介尘部落

文学|音乐|休闲娱乐|计算机技术|地球科学|社会学——知识成就命运


Flutter TextTheme 新旧版本属性定义的差别总结

在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 新旧版本属性定义的差别总结”

Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)

×