hasExplicitBackgroundColor property

bool get hasExplicitBackgroundColor

Whether this cell carries an explicit background color payload.

Implementation

bool get hasExplicitBackgroundColor =>
    colorPaletteIndex != null || colorRgb != null;