PingFang_FontSize_Bold static method

TextStyle PingFang_FontSize_Bold(
  1. double fontSize
)

Implementation

static TextStyle PingFang_FontSize_Bold(double fontSize) {
  return TextStyle(
    fontFamily: 'PingFang SC',
    fontSize: fontSize,
    fontWeight: FontWeight.bold,
  );
}