ValueChangeNotifier<T> constructor
ValueChangeNotifier<T> (
- T _value
Constructs a ValueChangeNotifier with an initial value.
Implementation
ValueChangeNotifier(this._value);
Constructs a ValueChangeNotifier with an initial value.
ValueChangeNotifier(this._value);