selectionDelegate property

  1. @Deprecated('Use `contextMenuBuilder` instead. ' 'This feature was deprecated after v3.3.0-0.5.pre.')
TextSelectionDelegate? selectionDelegate
final

The delegate for manipulating the current selection in the owning text field.

Implementation

@Deprecated(
  'Use `contextMenuBuilder` instead. '
  'This feature was deprecated after v3.3.0-0.5.pre.',
)
final TextSelectionDelegate? selectionDelegate;