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