cursorColor property

Color? cursorColor
final

The color to use when painting the cursor.

Defaults to the DefaultSelectionStyle.cursorColor. If that color is null, it uses the CupertinoThemeData.primaryColor of the ambient theme, which itself defaults to CupertinoColors.activeBlue in the light theme and CupertinoColors.activeOrange in the dark theme.

Implementation

final Color? cursorColor;