shadeActive property

DynamicColor get shadeActive

Implementation

DynamicColor get shadeActive => DynamicColor(
  name: "shade_active",
  palette: (scheme) => scheme.primaryPalette,
  tone: (_) => 90.0,
  isBackground: true,
  background: (_) => underSurface,
  contrastCurve: (_) => const ContrastCurve(3.0, 3.0, 4.5, 7.0),
  toneDeltaPair: (_) => ToneDeltaPair(
    roleA: shadeActive,
    roleB: shadeInactive,
    delta: 30.0,
    polarity: .lighter,
    constraint: .farther,
  ),
);