buttonHeight property
final
Overrides the surrounding ButtonThemeData.height to define a button's minimum height.
If null then it will use the surrounding ButtonBarThemeData.buttonHeight. If that is null, it will default to 36.0 logical pixels.
Implementation
final double? buttonHeight;