ValueNotifier<T> constructor

ValueNotifier<T>(
  1. T _value
)

Creates a ValueNotifier with the given initial value.

Implementation

ValueNotifier(this._value);