UFUScaffold constructor
const
UFUScaffold({
- Key? key,
- bool resizeToAvoidBottomInset = true,
- BoxDecoration? backgroundDecoration,
- PreferredSizeWidget? appBar,
- Widget? drawer,
- Widget? body,
- FloatingActionButtonLocation? floatingActionButtonLocation,
- Widget? floatingActionButton,
- Widget? bottomSheet,
Implementation
const UFUScaffold({
super.key,
this.resizeToAvoidBottomInset = true,
this.backgroundDecoration,
this.appBar,
this.drawer,
this.body,
this.floatingActionButtonLocation,
this.floatingActionButton,
this.bottomNavigationBar,
this.bottomSheet,
});