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