C15 constructor

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

Implementation

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