C10 constructor

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

Implementation

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