OudsColoredBox constructor

const OudsColoredBox({
  1. required Widget child,
  2. OudsColoredBoxColor? color,
  3. Key? key,
})

Implementation

const OudsColoredBox({
  required this.child,
  this.color,
  super.key,
});