largeBody property

WidgetBuilder? largeBody
final

Widget to be displayed in the body slot at the largest 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? largeBody;