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