C8 constructor

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

Implementation

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