isDisable property
bool
get
isDisable
Checks if the state is disabled.
Implementation
bool get isDisable => this == VButtonState.DISABLE;
Checks if the state is disabled.
bool get isDisable => this == VButtonState.DISABLE;