menu
vpack package
documentation
components/button/enums/v_button_layout_enum.dart
VButtonLayout
isWrap property
isWrap property
dark_mode
light_mode
isWrap
property
bool
get
isWrap
Checks if the layout is WRAP.
Implementation
bool get isWrap => this == VButtonLayout.WRAP;
vpack package
documentation
components/button/enums/v_button_layout_enum
VButtonLayout
isWrap property
VButtonLayout enum