ValueNotifier<T> constructor
Null safety
- T _value
Creates a ChangeNotifier that wraps this value.
Implementation
ValueNotifier(this._value);
Creates a ChangeNotifier that wraps this value.
ValueNotifier(this._value);