menu
vpack package
documentation
components/button/enums/v_button_size_enum.dart
VButtonSize
isLarge property
isLarge property
dark_mode
light_mode
isLarge
property
bool
get
isLarge
Checks if the size is large.
Implementation
bool get isLarge => this == VButtonSize.LARGE;
vpack package
documentation
components/button/enums/v_button_size_enum
VButtonSize
isLarge property
VButtonSize enum