desktopTextSelectionHandleControls top-level property

  1. @Deprecated('Use `desktopTextSelectionControls` instead. ' 'This feature was deprecated after v3.3.0-0.5.pre.')
TextSelectionControls desktopTextSelectionHandleControls
final

Desktop text selection handle controls that loosely follow Material design conventions.

Implementation

@Deprecated(
  'Use `desktopTextSelectionControls` instead. '
  'This feature was deprecated after v3.3.0-0.5.pre.',
)
final TextSelectionControls desktopTextSelectionHandleControls =
    _DesktopTextSelectionHandleControls();