filled property

bool filled
final

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

Typically this field set to true if border is const UnderlineInputBorder().

The decoration's container is the area, defined by the border's InputBorder.getOuterPath, which is filled if isFilled is true and bordered per the border.

This property is false by default.

Implementation

final bool filled