ValueNotifierUnmodifiableView<T> constructor
ValueNotifierUnmodifiableView<T> (
- ValueListenable<
T> _notifier
Constructs a ValueNotifierUnmodifiableView with the given ValueListenable.
Implementation
ValueNotifierUnmodifiableView(this._notifier);