ArcaneDrawer.right constructor
const
ArcaneDrawer.right({})
Implementation
const ArcaneDrawer.right({
required this.isOpen,
required this.child,
this.onClose,
this.size = DrawerSize.md,
this.header,
this.footer,
this.showBackdrop = true,
this.closeOnBackdropClick = true,
this.showCloseButton = true,
this.width,
this.height,
super.key,
}) : position = DrawerPosition.right;