colorOnAlert property

Color get colorOnAlert

Implementation

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