itemKey property

Key itemKey
final

A unique key representing the item being moved.

This key is used to uniquely identify the item that is being reordered. The key can be any valid Flutter Key, typically used for distinguishing widgets in the widget tree.

Implementation

final Key itemKey;