onShadeInactive property

DynamicColor get onShadeInactive

Implementation

DynamicColor get onShadeInactive => DynamicColor(
  name: "on_shade_inactive",
  palette: (scheme) => scheme.neutralVariantPalette,
  tone: (_) => 90.0,
  isBackground: false,
  background: (_) => shadeInactive,
  contrastCurve: (_) => const ContrastCurve(4.5, 4.5, 7.0, 11.0),
  toneDeltaPair: (_) => ToneDeltaPair(
    roleA: onShadeInactive,
    roleB: onShadeInactiveVariant,
    delta: 10.0,
    polarity: .relativeLighter,
    constraint: .farther,
  ),
);