OudsColoredBox constructor
- required Widget child,
- OudsColoredBoxColor? color,
- Key? key,
Implementation
const OudsColoredBox({
required this.child,
this.color,
super.key,
});
const OudsColoredBox({
required this.child,
this.color,
super.key,
});