ColoredBoxModifier constructor
Creates a widget that paints its area with the specified Color.
The color parameter must not be null.
Implementation
const ColoredBoxModifier({
  super.key,
  super.modifierKey,
  super.child,
  required this.color,
});