surfaceTint property

DynamicColor surfaceTint
getter/setter pair

Get DynamicColor for surfaceTint.

Implementation

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