copyWith property

TableCellCopyWith<TableCell, TableCell, TableCell> copyWith

Implementation

TableCellCopyWith<TableCell, TableCell, TableCell> get copyWith =>
    _TableCellCopyWithImpl(this as TableCell, $identity, $identity);