ItemLongPressCallback typedef

ItemLongPressCallback = void Function(CyberDataRow row, int index)

Callback khi long press item

Implementation

typedef ItemLongPressCallback = void Function(CyberDataRow row, int index);