NiceActionSheetItem constructor
- required String label,
- IconData? icon,
- VoidCallback? onTap,
- bool destructive = false,
Implementation
const NiceActionSheetItem({
required this.label,
this.icon,
this.onTap,
this.destructive = false,
});
const NiceActionSheetItem({
required this.label,
this.icon,
this.onTap,
this.destructive = false,
});