ValueNotifier<T> constructor
ValueNotifier<T> (
- T _value
Creates a ValueNotifier with the given initial value.
Implementation
ValueNotifier(this._value);
Creates a ValueNotifier with the given initial value.
ValueNotifier(this._value);