IndexPath constructor

IndexPath({
  1. required int section,
  2. required int row,
  3. required IndexPathType type,
})

Implementation

IndexPath({required this.section, required this.row, required this.type});