onPrimary property

TextStyle onPrimary

Implementation

TextStyle get onPrimary {
  assert(WiredashThemeData(textOnPrimary: _anyColor).isLight);
  _debugCheckNoColor(instead: "textOnPrimary");
  return textStyle.copyWith(
    color: _mutateColor(theme.textOnPrimaryColor),
  );
}