ItemTapCallback typedef
ItemTapCallback =
void Function(CyberDataRow row, int index)
Callback khi tap item
Implementation
typedef ItemTapCallback = void Function(CyberDataRow row, int index);
Callback khi tap item
typedef ItemTapCallback = void Function(CyberDataRow row, int index);