smallBody property

WidgetBuilder? smallBody
final

Widget to be displayed in the body slot at the smallest breakpoint.

If nothing is entered for this property, then the default body is displayed in the slot. If null is entered for this slot, the slot stays empty.

Implementation

final WidgetBuilder? smallBody;