color property
final
The color to fill in the background of the box.
The color is filled into the shape of the box (e.g., either a rectangle, potentially with a borderRadius, or a circle).
This is ignored if gradient is non-null.
Implementation
final Color? color;