我是扑的新手。
我安装了这个库以便能够使用谷歌字体。
现在我需要在主题数据定义中这样做,并尝试这样但不允许
ThemeData appTheme() { return ThemeData( ... fontFamily: GoogleFonts.openSans(), ); }
我该怎么做呢?非常感谢
fonts flutter google-fonts
flutter ×1
fonts ×1
google-fonts ×1