textOnSecondaryColor property

Color textOnSecondaryColor

Implementation

Color get textOnSecondaryColor {
  final tone = isLight ? 99 : 1;
  return _textOnSecondary ?? _secondaryTone.primaryTone(tone);
}