surfaceContainerLow property

DynamicColor surfaceContainerLow
getter/setter pair

Implementation

static DynamicColor surfaceContainerLow = DynamicColor.fromPalette(
  name: 'surface_container_low',
  palette: (s) => s.neutralPalette,
  tone: (s) => s.isDark
      ? ContrastCurve(10, 10, 11, 12).get(s.contrastLevel)
      : ContrastCurve(96, 96, 96, 95).get(s.contrastLevel),
  isBackground: true,
);