ScaffoldScreenController constructor

ScaffoldScreenController({
  1. PreferredSizeWidget? appBar,
  2. Color? backgroundColor,
  3. bool? resizeToAvoidBottomInset,
  4. bool? primary,
  5. DragStartBehavior? drawerDragStartBehavior,
  6. bool? extendBody,
  7. bool? extendBodyBehindAppBar,
  8. Color? drawerScrimColor,
  9. double? drawerEdgeDragWidth,
  10. bool? drawerEnableOpenDragGesture,
  11. bool? endDrawerEnableOpenDragGesture,
  12. String? restorationId,
  13. State<StatefulWidget>? state,
})

Supply many Scaffold widget

Implementation

ScaffoldScreenController({
  this.appBar,
  this.backgroundColor,
  this.resizeToAvoidBottomInset,
  this.primary,
  this.drawerDragStartBehavior,
  this.extendBody,
  this.extendBodyBehindAppBar,
  this.drawerScrimColor,
  this.drawerEdgeDragWidth,
  this.drawerEnableOpenDragGesture,
  this.endDrawerEnableOpenDragGesture,
  this.restorationId,
  State? state,
}) : super(state);