filled property

bool? filled
final

If true the decoration's container is filled with fillColor.

When InputDecorator.isHovering is true, the hoverColor is also blended into the final fill color.

Typically this field set to true if border is an UnderlineInputBorder.

The decoration's container is the area which is filled if filled is true and bordered per the border. It's the area adjacent to icon and above the widgets that contain helperText, errorText, and counterText.

This property is false by default.

Implementation

final bool? filled;