inputSelectionHandleSchemeColor property

SchemeColor? inputSelectionHandleSchemeColor
final

The SchemeColor based color of the selection handles on the text field.

Selection handles are used to indicate the bounds of the selected text, or as a handle to drag the cursor to a new location in the text.

If not defined, defaults to inputDecoratorSchemeColor and if it is not defined or set to SchemeColor.primary, then FlexColorScheme (FCS) sub-themes defaults to the opinionated selection of ThemeData.primaryColorDark, which in FCS is always a darker tone of colorScheme.primary. Flutter SDK defaults to colorScheme.primary, to get the same result, use SchemeColor.primary.

Implementation

final SchemeColor? inputSelectionHandleSchemeColor;