C1 constructor

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

Implementation

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