cellText method
Plain-text value of the VISIBLE cell (row, col), via the column's ReadableColumn.copyText → ReadableColumn.sortKey → toString chain.
Implementation
String cellText(int visibleRow, int col) => _cellTextMaster(_masterOf(visibleRow), col);