onPrimaryFixedVariant property
Implementation
@override
DynamicColor get onPrimaryFixedVariant => DynamicColor(
name: "on_primary_fixed_variant",
palette: (scheme) => scheme.primaryPalette,
tone: (scheme) => _isMonochrome(scheme) ? 90.0 : 30.0,
background: (_) => primaryFixedDim,
secondBackground: (_) => primaryFixed,
contrastCurve: (_) => const ContrastCurve(3.0, 4.5, 7.0, 11.0),
);