inputDecoratorFillColor property

Color? inputDecoratorFillColor
final

Determines the color of the filled InputDecorator.

This can be used to completely customize the fill-color of the input decorator to a color that is not included in the theme color scheme.

If null, defaults to theme.colorScheme color selected by inputDecoratorSchemeColor.

Implementation

final Color? inputDecoratorFillColor;