ValueNotifierPlus<State> constructor
ValueNotifierPlus<State> (
- State _state
Implementation
ValueNotifierPlus(this._state) {
if (kFlutterMemoryAllocationsEnabled) {
ChangeNotifier.maybeDispatchObjectCreation(this);
}
}