onUpdatedProperty property

void Function(dynamic value)? onUpdatedProperty
final

Called after the property value has been successfully updated.

Receives the new value so the parent widget can trigger a rebuild.

Implementation

final void Function(dynamic value)? onUpdatedProperty;