getControls function

TextSelectionControls getControls(
  1. BuildContext context
)

Implementation

TextSelectionControls getControls(BuildContext context) => !kIsWeb && Platform.isIOS
    ? ColoredCupertinoControlls(Theme.of(context).colorScheme.primary)
    : MaterialTextSelectionControls();