isLoading property
bool
get
isLoading
Checks if the state is loading.
Implementation
bool get isLoading => this == VButtonState.LOADING;
Checks if the state is loading.
bool get isLoading => this == VButtonState.LOADING;