textPrimaryInverseDisableOnly property
Implementation
@override
DynamicColor get textPrimaryInverseDisableOnly => DynamicColor(
name: "text_primary_inverse_disable_only",
palette: (scheme) => scheme.neutralPalette,
tone: (scheme) => scheme.isDark ? 10.0 : 90.0,
);