GBScaffold constructor

const GBScaffold({
  1. Key? key,
  2. PreferredSizeWidget? appBar,
  3. Widget? body,
  4. List<Color>? backgroundColors,
  5. Widget? floatingActionButton,
  6. FloatingActionButtonLocation? floatingActionButtonLocation,
  7. FloatingActionButtonAnimator? floatingActionButtonAnimator,
  8. List<Widget>? persistentFooterButtons,
  9. Widget? drawer,
  10. void onDrawerChanged(
    1. bool
    )?,
  11. Widget? endDrawer,
  12. void onEndDrawerChanged(
    1. bool
    )?,
  13. Widget? bottomNavigationBar,
  14. Widget? bottomSheet,
  15. bool? resizeToAvoidBottomInset,
  16. Color? drawerScrimColor,
  17. double? drawerEdgeDragWidth,
  18. String? restorationId,
  19. Alignment? beginGradient,
  20. Alignment? endGradient,
  21. List<double>? stopsGradient,
})

Implementation

const GBScaffold({
  Key? key,
  this.appBar,
  this.body,
  this.backgroundColors,
  this.floatingActionButton,
  this.floatingActionButtonLocation,
  this.floatingActionButtonAnimator,
  this.persistentFooterButtons,
  this.drawer,
  this.onDrawerChanged,
  this.endDrawer,
  this.onEndDrawerChanged,
  this.bottomNavigationBar,
  this.bottomSheet,
  this.resizeToAvoidBottomInset,
  this.drawerScrimColor,
  this.drawerEdgeDragWidth,
  this.restorationId,
  this.beginGradient,
  this.endGradient,
  this.stopsGradient,
}) : super(key: key);