onUpdateProperty property

void Function(dynamic value)? onUpdateProperty
final

Called after the property value is successfully updated.

Implementation

final void Function(dynamic value)? onUpdateProperty;