backgroundCursorColor property
final
The color to use when painting the background cursor aligned with the text while rendering the floating cursor.
Typically this would be set to CupertinoColors.inactiveGray.
See also:
- FloatingCursorDragState, which explains the floating cursor feature in detail.
Implementation
final Color backgroundCursorColor;