CustomScaffold constructor
const
CustomScaffold({
- PreferredSizeWidget? appBar,
- GlobalKey<
ScaffoldState> ? scaffoldKey, - Widget? body,
- Widget? endDrawer,
- Widget? drawer,
- FloatingActionButtonLocation? floatingActionButtonLocation,
- Widget? floatingActionButton,
- Color? backgroundColor = Colors.white,
- bool extendBody = false,
- bool isUnKeyboard = true,
- bool resizeToAvoidBottomInset = true,
- bool useSafeArea = true,
- int? imageIndex,
- 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
});