inputCursorSchemeColor property

SchemeColor? inputCursorSchemeColor
final

The SchemeColor based color of the cursor in the text field.

The cursor indicates the current location of text insertion point in the field.

If not defined, defaults to inputDecoratorSchemeColor and if it is not defined colorScheme.primary is used.

Implementation

final SchemeColor? inputCursorSchemeColor;