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