C2 constructor

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

Implementation

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