ScaffoldProperties constructor

const ScaffoldProperties({
  1. Color? backgroundColor,
  2. double? drawerEdgeDragWidth,
  3. bool drawerEnableOpenDragGesture = true,
  4. DragStartBehavior drawerDragStartBehavior = DragStartBehavior.start,
  5. Color? drawerScrimColor,
  6. bool endDrawerEnableOpenDragGesture = true,
  7. bool extendBody = false,
  8. bool extendBodyBehindAppBar = false,
  9. FloatingActionButtonAnimator? floatingActionButtonAnimator,
  10. FloatingActionButtonLocation? floatingActionButtonLocation,
  11. bool primary = true,
  12. AlignmentDirectional persistentFooterAlignment = AlignmentDirectional.centerEnd,
  13. String? restorationId,
  14. bool? resizeToAvoidBottomInset,
})

Implementation

const ScaffoldProperties({
  this.backgroundColor,
  this.drawerEdgeDragWidth,
  this.drawerEnableOpenDragGesture = true,
  this.drawerDragStartBehavior = DragStartBehavior.start,
  this.drawerScrimColor,
  this.endDrawerEnableOpenDragGesture = true,
  this.extendBody = false,
  this.extendBodyBehindAppBar = false,
  this.floatingActionButtonAnimator,
  this.floatingActionButtonLocation,
  this.primary = true,
  this.persistentFooterAlignment = AlignmentDirectional.centerEnd,
  this.restorationId,
  this.resizeToAvoidBottomInset,
});