ActionSheetItem constructor
const
ActionSheetItem({})
Implementation
const ActionSheetItem({
required this.label,
this.icon,
this.destructive = false,
this.disabled = false,
this.onTap,
this.closeOnTap = true,
this.trailing,
});