C15 constructor

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

Implementation

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