ItemLongPressCallback typedef
ItemLongPressCallback =
void Function(CyberDataRow row, int index)
Callback khi long press item
Implementation
typedef ItemLongPressCallback = void Function(CyberDataRow row, int index);
Callback khi long press item
typedef ItemLongPressCallback = void Function(CyberDataRow row, int index);