isDisable property

bool get isDisable

Checks if the state is disabled.

Implementation

bool get isDisable => this == VButtonState.DISABLE;