onUpdate property
The onUpdate callback, if provided, can be used to trigger additional actions when the widget updates
Implementation
final VoidCallback? onUpdate;
The onUpdate callback, if provided, can be used to trigger additional actions when the widget updates
final VoidCallback? onUpdate;