IndexPath constructor

const IndexPath({
  1. required int section,
  2. required int row,
})

Implementation

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