CuReScaffold constructor
const
CuReScaffold({
- Key? key,
- CuReAppBar? appBar,
- Widget? body,
- bool? resizeToAvoidBottomInset,
- bool? extendedBody,
- FloatingActionButtonLocation? floatingActionButtonLocation,
- Widget? floatingActionButton,
- Color? backgroundColor,
- bool? safeArea,
Implementation
const CuReScaffold({
super.key,
this.appBar,
this.body,
this.resizeToAvoidBottomInset,
this.bottomNavigationBar,
this.extendedBody,
this.floatingActionButtonLocation,
this.floatingActionButton,
this.backgroundColor,
this.safeArea,
});