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