Flutter
foundation
ValueNotifier
<
T
>
ValueNotifier constructor
ValueNotifier
ValueNotifier class
Constructors
ValueNotifier
Properties
value
hashCode
hasListeners
runtimeType
Methods
toString
addListener
dispose
noSuchMethod
notifyListeners
removeListener
Operators
operator ==
ValueNotifier<
T
> constructor
ValueNotifier<
T
>
(
T
_value
)
Creates a
ChangeNotifier
that wraps this value.
Implementation
ValueNotifier(this._value);