OnLongPressedCallback typedef

OnLongPressedCallback = void Function(Item i)

Used by ItemTags.OnLongPressed.

Implementation

typedef OnLongPressedCallback = void Function(Item i);