ValueNotifierUnmodifiableView<T> constructor

ValueNotifierUnmodifiableView<T>(
  1. ValueListenable<T> _notifier
)

Constructs a ValueNotifierUnmodifiableView with the given ValueListenable.

Implementation

ValueNotifierUnmodifiableView(this._notifier);