inputDecoratorSchemeColor property

SchemeColor? inputDecoratorSchemeColor
final

Defines which Theme based ColorScheme based color the input decorator uses as color for the border and fill color when they are used.

If not defined it defaults to theme.colorScheme.primary color.

The border inputDecoratorBorderSchemeColor can be used to define the border color separately, but it defaults to this color if not defined.

Implementation

final SchemeColor? inputDecoratorSchemeColor;