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 FluentThemeData.inactiveColor of the ambient theme.

Implementation

final Color? cursorColor;