IosContextMenuAction constructor
const
IosContextMenuAction({})
Implementation
const IosContextMenuAction({
required this.id,
required this.title,
this.iconSystemName,
this.iconAssetPath,
this.showTrailingCheckmark = false,
this.destructive = false,
this.enabled = true,
});