buttonWidth property
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;
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.
final double? buttonWidth;