textSelectionTheme property

TextSelectionThemeData get textSelectionTheme

Implementation

TextSelectionThemeData get textSelectionTheme => TextSelectionThemeData(
      selectionColor: textField!.selectionColor,
      cursorColor: textField!.cursorColor,
      selectionHandleColor: textField!.selectionHandleColor,
    );