toggleSelectingRow abstract method

void toggleSelectingRow(
  1. int rowIdx, {
  2. bool notify = true,
})
inherited

Select or unselect a row.

Implementation

void toggleSelectingRow(int rowIdx, {bool notify = true});