ColoredBox constructor

ColoredBox({
  1. required Color color,
  2. Widget? child,
  3. Key? key,
})

Implementation

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