packedKey property
int
get
packedKey
A packed metadata key for this style.
This folds colors, underline mode, and attributes into one stable integer so callers can cheaply compare and cache style state.
Implementation
int get packedKey => _packStyleExact(this);