C50 constructor

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

Implementation

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