child property Null safety

Widget? child
final

Optional child widget which will be passed to the small, large and xLarge builders as a way to share/optimize shared layout.

Implementation

final Widget? child;