mainAxisSize property

MainAxisSize mainAxisSize
final

Determines whether the widget will occupy the full available width (MainAxisSize.max) or only as much as it needs (MainAxisSize.min).

Implementation

final MainAxisSize mainAxisSize;