BdLayout constructor
const
BdLayout({})
Implementation
const BdLayout({
Key? key,
required this.child,
this.appBar,
this.padding,
this.topBannerHeight,
this.topBanner,
this.bottomBannerHeight,
this.bottomBanner,
this.backgroundColor,
}) : super(key: key);