onSurfaceVariant property
Implementation
@override
DynamicColor get onSurfaceVariant => DynamicColor(
name: "on_surface_variant",
palette: (scheme) => scheme.neutralVariantPalette,
tone: (scheme) => scheme.isDark ? 80.0 : 30.0,
background: highestSurface,
contrastCurve: (_) => const ContrastCurve(3.0, 4.5, 7.0, 11.0),
);