inputSelectionSchemeColor property

SchemeColor? inputSelectionSchemeColor
final

The SchemeColor based background color of selected text.

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

Implementation

final SchemeColor? inputSelectionSchemeColor;