onSurfaceVariant property
final
Implementation
static final DynamicColor onSurfaceVariant = DynamicColor.fromPalette(
name: 'on_surface_variant',
palette: (s) => s.neutralVariantPalette,
tone: (s) => s.isDark ? 80 : 30,
background: MaterialDynamicColors.highestSurface,
contrastCurve: ContrastCurve(3, 4.5, 7, 11),
);