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);
}