defaultHorizontalMainAxisSize 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 defaultHorizontalMainAxisSize(MainAxisSize value) =>
const _DefaultHorizontalMainAxisSize().update(value: value, child: this);