inputDecoratorIsFilled property

bool inputDecoratorIsFilled
final

Determines if the InputDecorator is filled with a color.

This property also affects if the fill color is used when not opting in on sub-themes. Giving an opportunity to make the past always filled input decorator even less opinionated.

Defaults to true.

Implementation

final bool inputDecoratorIsFilled;