CPOWidget constructor

const CPOWidget(
  1. CPO cpo, {
  2. Key? key,
  3. Widget? child,
  4. Size? size,
})

Implementation

const CPOWidget(this.cpo, {super.key, this.child, this.size});