BodyWrapper constructor
const
BodyWrapper({})
Implementation
const BodyWrapper({
super.key,
required this.child,
this.backgroundColor = Colors.transparent,
this.bgOverlay,
this.showOverlay = true,
this.alignment = Alignment.topCenter,
this.gradient,
this.heightFactor,
this.padding,
});