buttonSize property

ButtonSize buttonSize
final

The size of the button.

Must be either ButtonSize.small or ButtonSize.large.

Small buttons have a padding of _kSmallButtonPadding and a borderRadius of _kSmallButtonRadius. Large buttons have a padding of _kLargeButtonPadding and a borderRadius of _kLargeButtonRadius.

Implementation

final ButtonSize buttonSize;