cupertinoDesktopTextSelectionHandleControls top-level property Null safety

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

Text selection handle controls that follow MacOS design conventions.

Implementation

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