write property

void Function(C component, PropertyValue value, RealizeContext context)? write
final

Applies the property to a live component after create, or null for constructor-only configuration.

Implementation

final void Function(C component, PropertyValue value, RealizeContext context)?
write;