surfaceContainerHigh property

DynamicColor surfaceContainerHigh
final

Implementation

static final DynamicColor surfaceContainerHigh = DynamicColor.fromPalette(
  name: 'surface_container_high',
  palette: (s) => s.neutralPalette,
  tone:
      (s) =>
          s.isDark
              ? ContrastCurve(17, 17, 21, 25).get(s.contrastLevel)
              : ContrastCurve(92, 92, 88, 85).get(s.contrastLevel),
  isBackground: true,
);