lightTheme property
CLTheme
get
lightTheme
Implementation
CLTheme get lightTheme => _cachedLight ??= LightModeTheme(primary: lightPrimary, secondary: lightSecondary);
CLTheme get lightTheme => _cachedLight ??= LightModeTheme(primary: lightPrimary, secondary: lightSecondary);