buttonMinWidth property

double? buttonMinWidth
final

The minimum width for ButtonBar buttons.

This will override the surrounding ButtonThemeData.minWidth setting for buttons contained in the ButtonBar.

The actual horizontal space allocated for a button's child is at least this value less the theme's horizontal ButtonThemeData.padding.

Implementation

final double? buttonMinWidth;