onKey property
final
Callback, called when a key of type K
identifying the provided T
item
is required.
Implementation
final K Function(T) onKey;
Callback, called when a key of type K
identifying the provided T
item
is required.
final K Function(T) onKey;