C4 constructor

const C4({
  1. Key? key,
  2. Color? color,
})

Implementation

const C4({super.key, this.color});