copyWith property

TableCellCopyWith<TableCell, TableCell, TableCell> get copyWith

Implementation

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