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.

Implementation

final SchemeColor? inputDecoratorSchemeColor;