KeyGetter typedef
A function utilized by AnimatedReorderable to obtain the unique key
for the item at the specified index within the list or grid.
Implementation
typedef KeyGetter = Key Function(int index);
A function utilized by AnimatedReorderable to obtain the unique key
for the item at the specified index within the list or grid.
typedef KeyGetter = Key Function(int index);