setValue property

void Function(Inspectable obj, dynamic value, Object? customData)? setValue
getter/setter pair

Writes value back to obj.

The customData argument is forwarded from Inspector.customData, allowing the call site to pass arbitrary context (e.g. an undo stack). May be null for read-only properties.

Implementation

void Function(Inspectable obj, dynamic value, Object? customData)? setValue;