indexNotifier property

ValueNotifier<int> indexNotifier

Notifier for updating the count.

Implementation

ValueNotifier<int> get indexNotifier => _indexNotifier;