surfaceEffect3 property
Implementation
late final DynamicColor surfaceEffect3 = DynamicColor(
name: "surface_effect_3",
palette: (s) => s.primaryPalette,
tone: (s) => s.isDark ? 90.0 : 40.0,
isBackground: true,
opacity: (s) => s.isDark ? .10 : .15,
);