ValueNotifier<T> constructor
- T _value
Creates a ChangeNotifier that wraps this value.
Implementation
ValueNotifier(this._value) {
if (kFlutterMemoryAllocationsEnabled) {
ChangeNotifier.maybeDispatchObjectCreation(this);
}
}