colorAlert property

Color get colorAlert

Implementation

Color get colorAlert {
  return fundamentals.findValue<Color>(AFUIThemeID.colorAlert) ?? colorPrimary;
}