textOnPrimaryColor property

Color textOnPrimaryColor

Implementation

Color get textOnPrimaryColor {
  final tone = isLight ? 100 : 0;
  return _textOnPrimary ?? _primaryTone.primaryTone(tone);
}