notifier property

ValueNotifier<T> notifier
final

The ValueNotifier that holds the data.

Implementation

final ValueNotifier<T> notifier;