buttonMinWidth property

double? buttonMinWidth
final

Overrides the surrounding ButtonThemeData.minWidth to define a button's minimum width.

If null then it will use the surrounding ButtonBarThemeData.buttonMinWidth. If that is null, it will default to 64.0 logical pixels.

Implementation

final double? buttonMinWidth;