PingFang_FontSize_Medium static method

TextStyle PingFang_FontSize_Medium(
  1. double fontSize
)

Implementation

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