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