stateLoaded property
bool
get
stateLoaded
Whether the state is loaded.
Implementation
bool get stateLoaded => currentState != null && currentState!.mounted;
Whether the state is loaded.
bool get stateLoaded => currentState != null && currentState!.mounted;