CuReScaffold constructor

const CuReScaffold({
  1. Key? key,
  2. CuReAppBar? appBar,
  3. Widget? body,
  4. bool? resizeToAvoidBottomInset,
  5. BottomNavigationBar? bottomNavigationBar,
  6. bool? extendedBody,
  7. FloatingActionButtonLocation? floatingActionButtonLocation,
  8. Widget? floatingActionButton,
  9. Color? backgroundColor,
  10. 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,
});