C20 constructor

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

Implementation

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