onUpdate property

dynamic Function(int number)? onUpdate
final

Callback on number change

Implementation

final Function(int number)? onUpdate;