colorPrimaryLighter property

Color get colorPrimaryLighter

Implementation

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