bold property

TextStyle get bold

Implementation

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