SheetConfiguration<T> constructor
const
SheetConfiguration<T> ({
- Anchor? anchor,
- required WidgetBuilder builder,
- OverlayPosition position = OverlayPosition.bottom,
- bool barrierDismissible = true,
- bool transformBackdrop = false,
- WidgetBuilder? backdropBuilder,
- Color? barrierColor,
- bool draggable = false,
- AnimationController? animationController,
- bool autoOpen = true,
- BoxConstraints? constraints,
- AlignmentGeometry? alignment,
Creates a SheetConfiguration.
Implementation
const SheetConfiguration({
this.anchor,
required this.builder,
this.position = OverlayPosition.bottom,
this.barrierDismissible = true,
this.transformBackdrop = false,
this.backdropBuilder,
this.barrierColor,
this.draggable = false,
this.animationController,
this.autoOpen = true,
this.constraints,
this.alignment,
});