onCellTap method

void onCellTap(
  1. dynamic offset,
  2. dynamic d,
  3. dynamic context
)

Implementation

void onCellTap(offset, d, context) {
  jump(offset, d, true, true, context);
}