在Flutter开发中遇到主题定义提示:
‘title’ is deprecated and shouldn’t be used. This is the term used in the 2014 version of material design. The modern term is headline6. This feature was deprecated after v1.13.8..
这是Flutter版本更新做了属性更名,查阅资料,得知这些变更主要有以下方面。
Material Design中的文本样式属性在不同版本之间有一些变化。以下是一些主要差别的总结:
旧版本(Material Design 1)
旧版本的文本样式属性是基于TextStyle
类的,并使用了较多的样式类别。这些类别包括:
display4
display3
display2
display1
headline
title
subhead
body2
body1
caption
button
overline
这些样式主要用于定义不同类型文本的字体大小、字重、字间距等。
阅读全文
公众号近期文章
赞赏支持
0 Responses to “Flutter TextTheme 新旧版本属性定义的差别总结”