surfaceTint property

DynamicColor surfaceTint
getter/setter pair

Implementation

static DynamicColor surfaceTint = DynamicColor.fromPalette(
  name: 'surface_tint',
  palette: (s) => s.primaryPalette,
  tone: (s) => s.isDark ? 80 : 40,
  isBackground: true,
);