buttonHeight property

double? buttonHeight
final

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;