C0 constructor

const C0({
  1. Key? key,
})

Implementation

const C0({Key? key}) : super(key: key);