ValueNotifierPlus<State> constructor

ValueNotifierPlus<State>(
  1. State _state
)

Implementation

ValueNotifierPlus(this._state) {
  if (kFlutterMemoryAllocationsEnabled) {
    ChangeNotifier.maybeDispatchObjectCreation(this);
  }
}