CustomScaffold constructor

const CustomScaffold({
  1. PreferredSizeWidget? appBar,
  2. GlobalKey<ScaffoldState>? scaffoldKey,
  3. Widget? body,
  4. Widget? endDrawer,
  5. Widget? drawer,
  6. FloatingActionButtonLocation? floatingActionButtonLocation,
  7. Widget? bottomNavigationBar,
  8. Widget? floatingActionButton,
  9. List<Widget>? persistentFooterButtons,
  10. Color? backgroundColor = Colors.white,
  11. bool extendBody = false,
  12. bool isUnKeyboard = true,
  13. bool resizeToAvoidBottomInset = true,
  14. bool useSafeArea = true,
  15. int? imageIndex,
  16. Key? key,
})

Implementation

const CustomScaffold({
  this.appBar,
  this.scaffoldKey,
  this.body,
  this.endDrawer,
  this.drawer,
  this.floatingActionButtonLocation,
  this.bottomNavigationBar,
  this.floatingActionButton,
  this.persistentFooterButtons,
  this.backgroundColor =Colors.white,
  this.extendBody=false,
  this.isUnKeyboard=true,
  this.resizeToAvoidBottomInset=true,
  this.useSafeArea=true,
  this.imageIndex,
 super.key
  });