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