C100 constructor

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

Implementation

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