surfaceEffect2 property

DynamicColor surfaceEffect2
latefinal

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,
);