hasValue method

bool hasValue()

Indicates whether the theme has any value set.

Implementation

bool hasValue() {
  return color != null || contourColor != null || labelVisibility != null;
}