shadeDisabled property

DynamicColor get shadeDisabled

Implementation

DynamicColor get shadeDisabled => DynamicColor(
  name: "shade_disabled",
  palette: (scheme) => scheme.neutralPalette,
  tone: (_) => 4.0,
  isBackground: false,
  background: (_) => underSurface,
  contrastCurve: (_) => const ContrastCurve(1.0, 1.0, 1.0, 1.0),
);