cupertinoTextSelectionHandleControls top-level property Null safety

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

Text selection handle controls that follow iOS design conventions.

Implementation

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