onUpdatedProperty property

void Function(List<InspectableProperty> properties, dynamic value)? onUpdatedProperty
final

Called whenever any property value is committed through the inspector.

The properties list is currently empty (reserved for future use); the value argument carries the newly committed value.

Implementation

final void Function(List<InspectableProperty> properties, dynamic value)?
onUpdatedProperty;