JsonScaffoldBuilderModel constructor

const JsonScaffoldBuilderModel(
  1. Map<String, dynamic> args, {
  2. JsonWidgetData? appBar,
  3. Color? backgroundColor,
  4. JsonWidgetData? body,
  5. JsonWidgetData? bottomNavigationBar,
  6. JsonWidgetData? bottomSheet,
  7. JsonWidgetData? drawer,
  8. DragStartBehavior drawerDragStartBehavior = DragStartBehavior.start,
  9. double? drawerEdgeDragWidth,
  10. bool drawerEnableOpenDragGesture = true,
  11. Color? drawerScrimColor,
  12. JsonWidgetData? endDrawer,
  13. bool endDrawerEnableOpenDragGesture = true,
  14. bool extendBody = false,
  15. bool extendBodyBehindAppBar = false,
  16. JsonWidgetData? floatingActionButton,
  17. FloatingActionButtonAnimator? floatingActionButtonAnimator,
  18. FloatingActionButtonLocation? floatingActionButtonLocation,
  19. void onDrawerChanged(
    1. bool
    )?,
  20. void onEndDrawerChanged(
    1. bool
    )?,
  21. AlignmentDirectional persistentFooterAlignment = AlignmentDirectional.centerEnd,
  22. List<JsonWidgetData>? persistentFooterButtons,
  23. bool primary = true,
  24. bool? resizeToAvoidBottomInset,
  25. String? restorationId,
})

Implementation

const JsonScaffoldBuilderModel(
  super.args, {
  this.appBar,
  this.backgroundColor,
  this.body,
  this.bottomNavigationBar,
  this.bottomSheet,
  this.drawer,
  this.drawerDragStartBehavior = DragStartBehavior.start,
  this.drawerEdgeDragWidth,
  this.drawerEnableOpenDragGesture = true,
  this.drawerScrimColor,
  this.endDrawer,
  this.endDrawerEnableOpenDragGesture = true,
  this.extendBody = false,
  this.extendBodyBehindAppBar = false,
  this.floatingActionButton,
  this.floatingActionButtonAnimator,
  this.floatingActionButtonLocation,
  this.onDrawerChanged,
  this.onEndDrawerChanged,
  this.persistentFooterAlignment = AlignmentDirectional.centerEnd,
  this.persistentFooterButtons,
  this.primary = true,
  this.resizeToAvoidBottomInset,
  this.restorationId,
});