LayoutWrapper constructor
const
LayoutWrapper({
- required Widget child,
- EdgeInsets? contentPadding,
- bool useSafeArea = true,
- PreferredSize? appBar,
- Key? key,
Implementation
const LayoutWrapper({
required this.child,
this.contentPadding,
this.useSafeArea = true,
this.appBar,
this.persistentFooterButtons,
this.footerAlignment = AlignmentDirectional.centerStart,
super.key,
});