fillColor property
final
The color to fill the decoration's container with, if filled is true.
By default the fillColor is based on the current Theme.
The decoration's container is the area, defined by the border's InputBorder.getOuterPath, which is filled if filled is true and bordered per the border.
Implementation
final Color? fillColor;