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