onSelectionHandleTapped property

VoidCallback? onSelectionHandleTapped
final

A callback that's invoked when a selection handle is tapped.

Both regular taps and long presses invoke this callback, but a drag gesture won't.

Implementation

final VoidCallback? onSelectionHandleTapped;