smallSecondaryBody property

WidgetBuilder? smallSecondaryBody
final

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

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

Implementation

final WidgetBuilder? smallSecondaryBody;