tertiaryDim property
Implementation
@override
DynamicColor get tertiaryDim {
// Remapped to tertiary in 2026 spec.
final color2026 = tertiary.copyWith(name: "tertiary_dim");
return super.tertiaryDim.extendSpecVersion(.spec2026, color2026);
}
@override
DynamicColor get tertiaryDim {
// Remapped to tertiary in 2026 spec.
final color2026 = tertiary.copyWith(name: "tertiary_dim");
return super.tertiaryDim.extendSpecVersion(.spec2026, color2026);
}