clone method
Returns a copy of this cell.
Implementation
Cell clone() => Cell(
content: content,
style: style,
link: link,
width: width,
drawable: drawable,
);
Returns a copy of this cell.
Cell clone() => Cell(
content: content,
style: style,
link: link,
width: width,
drawable: drawable,
);