clone method

Cell clone()

Returns a copy of this cell.

Implementation

Cell clone() => Cell(
  content: content,
  style: style,
  link: link,
  width: width,
  drawable: drawable,
);