textPrimaryInverse property
Implementation
@override
DynamicColor get textPrimaryInverse {
// Remapped to inverseOnSurface for 2025 spec.
final color2025 = inverseOnSurface.copyWith(name: "text_primary_inverse");
return super.textPrimaryInverse.extendSpecVersion(.spec2025, color2025);
}