onTap method

dynamic onTap(
  1. PlutoCell cell,
  2. int rowIdx
)

Implementation

onTap(PlutoCell cell, int rowIdx) async {
  stateManager?.setCurrentCell(cell, rowIdx);
}