menu
state_notifier package
documentation
state_notifier
StateNotifier
<
T
>
StateNotifier constructor
StateNotifier
brightness_4
StateNotifier<
T
>
constructor
Null safety
StateNotifier<
T
>
(
T
_state
)
Initialize
state
.
Implementation
StateNotifier(this._state);
state_notifier package
documentation
state_notifier
StateNotifier
<
T
>
StateNotifier constructor
StateNotifier class
Constructors
StateNotifier
Properties
debugState
hashCode
hasListeners
mounted
onError
runtimeType
state
stream
Methods
addListener
dispose
noSuchMethod
toString
updateShouldNotify
Operators
operator ==