onCopy property

VoidCallback onCopy
final

Invokes the host-owned copy command for the current normalized range.

Builders should wire enabled copy menu items to this callback rather than duplicating clipboard serialization logic.

Implementation

final VoidCallback onCopy;