onCellTap method
void
onCellTap(
- dynamic offset,
- dynamic _d,
- dynamic context
Implementation
void onCellTap(offset, _d, context) {
jump(offset, _d, true, true, context);
}