isRowSelected method

bool isRowSelected(
  1. double rowId
)

Implementation

bool isRowSelected(double rowId) => selectedRowIds.contains(rowId);