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