mainAxisSize property
final
How much horizontal space is available. See Row.mainAxisSize.
If null then it will use the surrounding ButtonBarThemeData.mainAxisSize. If that is null, it will default to MainAxisSize.max.
Implementation
final MainAxisSize? mainAxisSize;