isEnabled property
bool
get
isEnabled
Implementation
bool get isEnabled =>
this != HubbleButtonState.progress && this != HubbleButtonState.disabled;
bool get isEnabled =>
this != HubbleButtonState.progress && this != HubbleButtonState.disabled;