onSecondaryFixed property
Implementation
@override
DynamicColor get onSecondaryFixed {
final color2025 = DynamicColor(
name: "on_secondary_fixed",
palette: (scheme) => scheme.secondaryPalette,
background: (_) => secondaryFixedDim,
contrastCurve: (_) => _getContrastCurve(7),
);
return super.onSecondaryFixed.extendSpecVersion(.spec2025, color2025);
}