MLayoutFix constructor
const
MLayoutFix({
- Key? key,
- PreferredSizeWidget? appBar,
- required Widget child,
- EdgeInsets? childPadding,
- Color? backgroundColor = Colors.white,
- String? backgroundPath,
Implementation
const MLayoutFix({
super.key,
this.appBar,
required this.child,
this.childPadding,
this.bottomNavigationBar,
this.backgroundColor = Colors.white,
this.backgroundPath,
});