C3 constructor

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

Implementation

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