dart – flutter app的默认字体系列是什么

前端之家收集整理的这篇文章主要介绍了dart – flutter app的默认字体系列是什么前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我如何检索flutter app的当前字体系列名称,默认值是什么?

我试过了

Theme.of(context).textTheme.

Theme.of(context).

但是字体系列没有属性.

解决方法

MaterialApp的默认字体是roboto,一种Google字体.

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

猜你在找的Flutter相关文章