ValueChangeNotifier<T> constructor

ValueChangeNotifier<T>(
  1. T _value
)

Constructs a ValueChangeNotifier with an initial value.

Implementation

ValueChangeNotifier(this._value);