CellTapped constructor

CellTapped(
  1. int cellIndex,
  2. int? selectedIndex
)

Implementation

CellTapped(this.cellIndex,this.selectedIndex);