buttonHeight property

double? buttonHeight
final

The minimum height for ButtonBar buttons.

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

Implementation

final double? buttonHeight;