defaultVerticalMainAxisSize method

  1. @widgetFactory
Widget defaultVerticalMainAxisSize(
  1. MainAxisSize value
)

Overrides the default value for FleetFlex.mainAxisSize that is used when no MainAxisSize is explicitly specified, for this widget and its descendants.

Implementation

@widgetFactory
Widget defaultVerticalMainAxisSize(MainAxisSize value) =>
    const _DefaultVerticalMainAxisSize().update(value: value, child: this);