contentFingerprint property

int get contentFingerprint

A compact identity for just the cell content, excluding width/style/link.

This is used by line-level hashing to avoid reconstructing grapheme text when only content equality matters.

Implementation

int get contentFingerprint => _mixHash(_contentKind, _contentValue);