surfaceEffect2 property
Implementation
late final DynamicColor surfaceEffect2 = DynamicColor(
name: "surface_effect_2",
palette: (s) => s.primaryPalette,
tone: (s) => s.isDark ? 90.0 : 100.0,
isBackground: true,
opacity: (s) => s.isDark ? .15 : .32,
);