CustomBodyWidget constructor

const CustomBodyWidget({
  1. Key? key,
  2. Key? scaffoldKey,
  3. Widget? child,
  4. Widget? drawerWidget,
  5. Widget? bottomBarWidget,
  6. Widget? centerLogoWidget,
  7. EdgeInsetsGeometry? padding,
  8. Color? backgroundColor,
  9. bool? showAppBar = true,
  10. bool? showBottomBar,
  11. bool? menuIcon,
  12. bool? backIcon,
  13. bool? extendBodyBehindAppBar,
  14. Widget? actionWidget,
  15. Widget? backIconWidget,
  16. Widget? menuIconWidget,
  17. Widget? leadingWidget,
  18. Color? iconColor,
  19. Brightness? brightness,
  20. dynamic appBarHeight,
  21. Color? appBarColor,
  22. Color? statusBarColor,
  23. String? title,
  24. VoidCallback? menuIconTap,
  25. VoidCallback? backIconTap,
  26. 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,
});