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