resetToZeroCell method
void
resetToZeroCell()
Resets this cell to a canonical zero-width placeholder cell.
Implementation
void resetToZeroCell() {
_releaseLink();
_releasePooledContent();
_style = const UvStyle();
_styleId = 0;
_link = const Link();
_linkId = 0;
drawable = null;
_width = 0;
_contentKind = _CellContentKind.empty;
_contentValue = 0;
}