ArcaneDrawer.bottom constructor
const
ArcaneDrawer.bottom({
- String? id,
- required bool isOpen,
- required Widget child,
- VoidCallback? onClose,
- DrawerSize size = DrawerSize.md,
- Widget? header,
- bool showBackdrop = true,
- bool closeOnBackdropClick = true,
- bool showCloseButton = false,
- String? width,
- String? height,
- bool escapeCloses = true,
- bool focusTrap = true,
- bool restoreFocus = true,
- ArcaneStyleData? styles,
- ArcaneDecoration? decoration,
- Key? key,
Implementation
const ArcaneDrawer.bottom({
this.id,
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,
this.escapeCloses = true,
this.focusTrap = true,
this.restoreFocus = true,
this.styles,
this.decoration,
super.key,
}) : position = DrawerPosition.bottom;