onTertiaryFixed property
Implementation
@override
DynamicColor get onTertiaryFixed {
final color2025 = DynamicColor(
name: "on_tertiary_fixed",
palette: (scheme) => scheme.tertiaryPalette,
background: (_) => tertiaryFixedDim,
contrastCurve: (_) => _getContrastCurve(7.0),
);
return super.onTertiaryFixed.extendSpecVersion(.spec2025, color2025);
}