C5 constructor

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

Implementation

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