tertiaryDim property

  1. @override
DynamicColor get tertiaryDim
override

Implementation

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