onShadeInactiveVariant property

DynamicColor get onShadeInactiveVariant

Implementation

DynamicColor get onShadeInactiveVariant => DynamicColor(
  name: "on_shade_inactive_variant",
  palette: (scheme) => scheme.neutralVariantPalette,
  tone: (_) => 80.0,
  isBackground: false,
  background: (_) => shadeInactive,
  contrastCurve: (_) => const ContrastCurve(4.5, 4.5, 7.0, 11.0),
);