Wrapper constructor

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

Implementation

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