onUpdate property

VoidCallback? onUpdate
final

The onUpdate callback, if provided, can be used to trigger additional actions when the widget updates

Implementation

final VoidCallback? onUpdate;