themeNotif property

DynamicColor get themeNotif

Implementation

DynamicColor get themeNotif => DynamicColor(
  name: "theme_notif",
  palette: (scheme) => scheme.tertiaryPalette,
  tone: (scheme) => _tMinC(scheme.tertiaryPalette, 80.0, 93.0),
  isBackground: false,
  background: (_) => themeAppRing,
  contrastCurve: (_) => const ContrastCurve(1.0, 1.0, 1.0, 1.0),
  toneDeltaPair: (_) => ToneDeltaPair(
    roleA: themeNotif,
    roleB: themeAppRing,
    delta: 5.0,
    polarity: .relativeLighter,
    constraint: .farther,
  ),
);