state property

The current state. Changes to this state do not get saved and are not sent to notifiers. To change the state, use updateState.

Implementation

DiveCoreElementsState get state => DiveCore.container.read(provider.notifier).state;