isConcrete property

bool isConcrete

Implementation

bool get isConcrete {
  return textStyle != null &&
      color != null &&
      hoverColor != null &&
      highlightColor != null;
}