buttonHeight property
The height of the button.
If null, the button will size itself to its content. Set to a specific value to force a fixed height.
Implementation
final double? buttonHeight;
The height of the button.
If null, the button will size itself to its content. Set to a specific value to force a fixed height.
final double? buttonHeight;