ShouldShowSelectionHandlesCallback typedef

ShouldShowSelectionHandlesCallback = bool Function(SelectionChangedCause? cause, CommonTextSelectionGestureDetectorBuilder selectionGestureDetectorBuilder, TextEditingValue editingValue)

Implementation

typedef ShouldShowSelectionHandlesCallback = bool Function(
  SelectionChangedCause? cause,
  CommonTextSelectionGestureDetectorBuilder selectionGestureDetectorBuilder,
  TextEditingValue editingValue,
);