maxNotifier property

ValueNotifier<int> maxNotifier
final

Notification when max is modified.

Implementation

final maxNotifier = ValueNotifier(0);