cellText method

String cellText(
  1. int visibleRow,
  2. int col
)

Plain-text value of the VISIBLE cell (row, col), via the column's ReadableColumn.copyTextReadableColumn.sortKey → toString chain.

Implementation

String cellText(int visibleRow, int col) => _cellTextMaster(_masterOf(visibleRow), col);