BdBackLayout constructor
const
BdBackLayout({})
Implementation
const BdBackLayout({
Key? key,
required this.child,
this.title,
this.elevation,
this.padding,
this.onPressed,
this.bottomBanner,
this.backgroundColor,
}) : super(key: key);