isSuccess property
bool
get
isSuccess
Checks if the state is success.
Implementation
bool get isSuccess => this == VButtonState.SUCCESS;
Checks if the state is success.
bool get isSuccess => this == VButtonState.SUCCESS;