onSurface property

TextStyle onSurface

Implementation

TextStyle get onSurface {
  assert(WiredashThemeData(primaryColor: _anyColor).isLight);
  _debugCheckNoColor(instead: "primaryColor");
  return textStyle.copyWith(
    color: _mutateColor(theme.primaryTextOnSurfaceColor),
  );
}