CaptureChild constructor

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

Implementation

const CaptureChild(this.child, {super.key});