CommonBodyWidget constructor
const
CommonBodyWidget({
- Key? key,
- Key? scaffoldKey,
- Widget? child,
- Widget? drawerWidget,
- Widget? bottomBarWidget,
- EdgeInsetsGeometry? padding,
- Color? backgroundColor,
- bool showAppBar = false,
- String? title,
- Widget? titleWidget,
- Widget? actionWidget,
- bool centerTitle = true,
- bool showBottomBar = false,
- bool showMenuIcon = false,
- bool showBackIcon = false,
- Color? iconColor,
- Brightness? brightness,
- double? appBarHeight,
- Color? appBarColor,
- Color? statusBarColor,
- String? fontFamily,
- VoidCallback? backIconTap,
- Widget? backIconWidget,
- bool showLoader = false,
- Widget? loaderWidget,
- bool bottomShadow = true,
- bool extendBodyBehindAppBar = false,
- bool resizeToAvoidBottomInset = true,
- Widget? userImageWidget,
- EdgeInsetsGeometry? userImageWidgetPadding,
- Widget? bottomChildWidget,
Implementation
const CommonBodyWidget({
super.key,
this.scaffoldKey,
this.child,
this.drawerWidget,
this.bottomBarWidget,
this.padding,
this.backgroundColor,
this.showAppBar = false,
this.title,
this.titleWidget,
this.actionWidget,
this.centerTitle = true,
this.showBottomBar = false,
this.showMenuIcon = false,
this.showBackIcon = false,
this.iconColor,
this.brightness,
this.appBarHeight,
this.appBarColor,
this.statusBarColor,
this.fontFamily,
this.menuIconTap,
this.backIconTap,
this.menuIconWidget,
this.backIconWidget,
this.showLoader = false,
this.loaderWidget,
this.bottomShadow = true,
this.extendBodyBehindAppBar = false,
this.resizeToAvoidBottomInset = true,
this.systemNavigationBarColor,
this.systemNavigationBarDividerColor,
this.userImageWidget,
this.userImageWidgetPadding,
this.bottomChildWidget,
});