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