C6 constructor

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

Implementation

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