currentRowIdx property

  1. @override
int? currentRowIdx
inherited

Row index of currently selected cell.

Implementation

@override
int? get currentRowIdx => currentCellPosition?.rowIdx;