BodyWrap constructor

const BodyWrap({
  1. Key? key,
  2. required Widget child,
  3. bool fullWidth = false,
  4. Future<bool> onWillPop()?,
  5. bool transparentBody = false,
})

Implementation

const BodyWrap({super.key, required this.child, this.fullWidth = false, this.onWillPop, this.transparentBody = false});