ArcaneActionSheet constructor
const
ArcaneActionSheet({
- required bool isOpen,
- required List<
ActionSheetItem> actions, - VoidCallback? onClose,
- String? title,
- String? message,
- bool showCancel = true,
- String cancelLabel = 'Cancel',
- Key? key,
Implementation
const ArcaneActionSheet({
required this.isOpen,
required this.actions,
this.onClose,
this.title,
this.message,
this.showCancel = true,
this.cancelLabel = 'Cancel',
super.key,
});