canDelete property
final
Function to check if an item can be deleted. If null, all items can be deleted (when showDelete is true).
Implementation
final bool Function(PodFileItem item)? canDelete;
Function to check if an item can be deleted. If null, all items can be deleted (when showDelete is true).
final bool Function(PodFileItem item)? canDelete;