isConcrete property

bool isConcrete

Implementation

bool get isConcrete {
  return disabledColor != null &&
      color != null &&
      hoverColor != null &&
      inhoverColor != null &&
      highlightColor != null &&
      foreground != null;
}