CustomScaffold constructor
const
CustomScaffold({
- Key? key,
- required Widget body,
- Widget? drawer,
- Widget? bottomSheet,
- PreferredSizeWidget? appBar,
- Color? backgroundColor,
- FloatingActionButton? floatingActionButton,
- FloatingActionButtonLocation? floatingActionButtonLocation,
- Color? foregroundColor,
- bool? primary,
- bool? extendBody,
- bool? resizeToAvoidBottomInset,
Implementation
const CustomScaffold({
super.key,
required this.body,
this.drawer,
this.bottomSheet,
this.bottomNavigationBar,
this.appBar,
this.backgroundColor,
this.floatingActionButton,
this.floatingActionButtonLocation,
this.foregroundColor,
this.primary,
this.extendBody,
this.resizeToAvoidBottomInset,
});