buttonWidth property

double? buttonWidth
final

Width of button. If buttonWidth is still null and the label is not null, this will automatically wrapping label.

The minimum size is height, and the maximum size is three quarters from width.

Implementation

final double? buttonWidth;