onPaste property

VoidCallback onPaste
final

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

Builders should wire enabled paste menu items to this callback rather than applying clipboard values directly.

Implementation

final VoidCallback onPaste;