h1 property

TextStyle h1
getter/setter pair

文本规范 - 标题 一般文字不需要加样式

Implementation

static TextStyle h1 =
    const TextStyle(fontSize: 24, fontWeight: FontWeight.bold);