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