onPrimaryFixedVariant property
Implementation
@override
DynamicColor get onPrimaryFixedVariant {
final color2026 = DynamicColor(
name: "on_primary_fixed_variant",
palette: (scheme) => scheme.primaryPalette,
background: (scheme) => primaryFixedDim,
contrastCurve: (scheme) => _getContrastCurve(4.5),
);
return super.onPrimaryFixedVariant.extendSpecVersion(.spec2026, color2026);
}