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