C4 constructor

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

Implementation

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