C50 constructor

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

Implementation

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