C150 constructor

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

Implementation

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