CustomPageWithImageBackground constructor
const
CustomPageWithImageBackground({})
Implementation
const CustomPageWithImageBackground({
super.key,
this.startBgColor,
this.endBgColor,
required this.child,
this.padding =
const EdgeInsets.symmetric(horizontal: SizeConfig.sidePadding),
this.backgroundImageResPath = "assets/background.png",
});