hasExplicitBackgroundColor property
Whether this cell carries an explicit background color payload.
Implementation
bool get hasExplicitBackgroundColor =>
colorPaletteIndex != null || colorRgb != null;
Whether this cell carries an explicit background color payload.
bool get hasExplicitBackgroundColor =>
colorPaletteIndex != null || colorRgb != null;