C40 constructor

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

Implementation

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