body property Null safety

Widget? body
Deprecated('Use the child attribute instead. ' 'This feature was deprecated after v3.1.0-0.0.pre.')">@Deprecated('Use the child attribute instead. ' 'This feature was deprecated after v3.1.0-0.0.pre.')final

The widget below this widget in the tree.

This attribute is deprecated, use child instead.

Implementation

@Deprecated(
  'Use the child attribute instead. '
  'This feature was deprecated after v3.1.0-0.0.pre.'
)
final Widget? body;