gpt4 book ai didi

flutter - 如何在 Flutter 应用中使用 GoogleFonts 作为默认字体?

转载 作者:行者123 更新时间:2023-12-03 02:59:05 24 4
gpt4 key购买 nike

我在我的 flutter 应用程序中使用 GoogleFonts api,但现在我正在将每个文本的 fontStyle 手动设置为 GoogleFonts.roberto,但我想在 main.dart 的 ThemeData 中将其设置为默认值。但是 fontFamily: GoogleFonts.roberto 会抛出一个错误,提示需要一个字符串值,那么我该如何实现呢?

最佳答案

您可以像这样使用它来制作或修改整个文本主题,以使用他们在 official document 中提到的“Roboto”字体。 :

  MaterialApp(
theme:ThemeData(
textTheme: GoogleFonts.robotoTextTheme(
Theme.of(context).textTheme,
),
);

关于flutter - 如何在 Flutter 应用中使用 GoogleFonts 作为默认字体?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64471127/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com