defaultVerticalMainAxisSize method
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);