cursorColor property

Color? cursorColor
final

The color to use when painting the cursor.

Defaults to TextSelectionThemeData.cursorColor or CupertinoTheme.primaryColor depending on ThemeData.platform.

Implementation

final Color? cursorColor;