ArcaneSheet.bottom constructor
const
ArcaneSheet.bottom({})
Implementation
const ArcaneSheet.bottom({
required this.isOpen,
required this.child,
this.onClose,
this.size = SheetSize.auto,
this.title,
this.description,
this.header,
this.footer,
this.showBackdrop = true,
this.closeOnBackdropClick = true,
this.showCloseButton = false,
this.showDragHandle = true,
this.maxWidth,
super.key,
}) : position = SheetPosition.bottom;