canDelete property

bool Function(PodFileItem item)? canDelete
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;