cellFormat property

TableCellFormat? cellFormat

Implementation

TableCellFormat? get cellFormat => _cellFormat;
void cellFormat=(TableCellFormat? val)

Implementation

set cellFormat(TableCellFormat? val) => _cellFormat = val;