secondaryTextOnSurfaceColor property

Color secondaryTextOnSurfaceColor

Implementation

Color get secondaryTextOnSurfaceColor {
  return _primaryTone.onSurface.withOpacity(0.8);
}