C3 constructor

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

Implementation

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