buttonWidth property

double? buttonWidth
final

The width of the button.

Defaults to double.maxFinite which makes the button expand to fill its parent. Set to a specific value to constrain the button's width.

Implementation

final double? buttonWidth;