Creates a widget that paints its area with the specified Color.
const ColoredBox({required this.color, this.isAntiAlias = true, super.child, super.key});