stateLoaded property

bool get stateLoaded

Whether the state is loaded.

Implementation

bool get stateLoaded => currentState != null && currentState!.mounted;