CUWidget constructor

const CUWidget(
  1. Widget child, {
  2. Key? key,
})

Implementation

const CUWidget(this.child, {final Key? key}) : super(key: key);