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