C150 constructor

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

Implementation

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