CustomBodyWidget constructor
const
CustomBodyWidget({
- Key? key,
- Key? scaffoldKey,
- Widget? child,
- Widget? drawerWidget,
- Widget? bottomBarWidget,
- Widget? centerLogoWidget,
- EdgeInsetsGeometry? padding,
- Color? backgroundColor,
- bool? showAppBar = true,
- bool? showBottomBar,
- bool? backIcon,
- bool? extendBodyBehindAppBar,
- Widget? actionWidget,
- Widget? backIconWidget,
- Widget? leadingWidget,
- Color? iconColor,
- Brightness? brightness,
- dynamic appBarHeight,
- Color? appBarColor,
- Color? statusBarColor,
- String? title,
- VoidCallback? backIconTap,
- bool? loader,
Implementation
const CustomBodyWidget({
super.key,
this.scaffoldKey,
this.child,
this.drawerWidget,
this.bottomBarWidget,
this.centerLogoWidget,
this.padding,
this.backgroundColor,
this.showAppBar=true,
this.showBottomBar,
this.menuIcon,
this.backIcon,
this.extendBodyBehindAppBar,
this.actionWidget,
this.backIconWidget,
this.menuIconWidget,
this.leadingWidget,
this.iconColor,
this.brightness,
this.appBarHeight,
this.appBarColor,
this.statusBarColor,
this.title,
this.menuIconTap,
this.backIconTap,
this.loader,
});