一尘不染

Flutter应用程序的默认字体家族是什么?

flutter

如何检索flutter应用程序的当前字体系列名称,默认名称是什么?

我努力了

Theme.of(context).textTheme.

Theme.of(context).

但是字体家族没有属性。


阅读 366

收藏
2020-08-13

共1个答案

一尘不染

MaterialApp的默认字体是robotoGoogle字体。

https://fonts.google.com/specimen/Roboto

2020-08-13