onTertiaryFixed property
Implementation
@override
DynamicColor get onTertiaryFixed {
final color2026 = DynamicColor(
name: "on_tertiary_fixed",
palette: (scheme) => scheme.tertiaryPalette,
background: (scheme) => tertiaryFixed.getTone(scheme) > 57.0
? tertiaryFixedDim
: tertiaryFixed,
contrastCurve: (scheme) => _getContrastCurve(7.0),
);
return super.onTertiaryFixed.extendSpecVersion(.spec2026, color2026);
}