stateNotifier property

ValueNotifier<InspectorUiState> stateNotifier
final

Consolidated sealed-state view. Updated automatically whenever any of the legacy granular notifiers changes.

Exists alongside the legacy notifiers for callers who prefer exhaustive switch over composing multiple listeners.

Implementation

final stateNotifier =
    ValueNotifier<InspectorUiState>(const InspectorIdleState());