itemKeyOf property
Maps an item to a stable logical key for selection comparisons.
When omitted, selection falls back to identity-only matching.
Implementation
final Object? Function(ItemType item)? itemKeyOf;
Maps an item to a stable logical key for selection comparisons.
When omitted, selection falls back to identity-only matching.
final Object? Function(ItemType item)? itemKeyOf;