onSecondary property

TextStyle onSecondary

Implementation

TextStyle get onSecondary {
  assert(WiredashThemeData(textOnSecondary: _anyColor).isLight);
  _debugCheckNoColor(instead: "textOnSecondary");
  return textStyle.copyWith(
    color: _mutateColor(theme.textOnSecondaryColor),
  );
}