CustomScaffold constructor
const
CustomScaffold({
- Key? key,
- required Widget body(
- CustomColorSet colors
- PreferredSizeWidget? appBar(
- CustomColorSet colors
- Widget? floatingButton(
- CustomColorSet colors
- bool resizeToAvoidBottomInset = false,
- FloatingActionButtonLocation? floatingButtonLocation,
- Color? bgColor,
- bool bgImage = false,
- Widget? drawer(
- CustomColorSet colors
- bool extendBodyBehindAppBar = false,
- bool extendBody = false,
- GlobalKey<
ScaffoldState> ? scaffoldKey,
Implementation
const CustomScaffold({
super.key,
required this.body,
this.appBar,
this.floatingButton,
this.resizeToAvoidBottomInset = false,
this.floatingButtonLocation,
this.bgColor,
this.bottomNavigationBar,
this.bgImage = false,
this.drawer,
this.extendBodyBehindAppBar = false,
this.extendBody = false, this.scaffoldKey,
});