regular property

TextStyle get regular

Implementation

TextStyle get regular {
  return TextStyle(
    fontFamily: 'PingFang SC',
    fontWeight: FontWeight.w400,
    overflow: overflow,
    decoration: decoration,
    fontSize: fontSize,
    letterSpacing: letterSpacing,
    color: color,
    height: height,
    decorationColor: decorationColor,
    textBaseline: textBaseline,
  );
}