copyText property
Plain-text value of this column for a row, used when COPYING selection to
the clipboard (TSV). Cells render as arbitrary widgets, so this gives the
copy path a flat string. When null the table falls back to sortKey's
result, then value.toString().
Implementation
final String Function(T value)? copyText;