H1 property

TextStyle H1
final

Implementation

static final TextStyle H1 = TextStyle(
  fontSize: 24,
  fontWeight: FontWeight.w800,
  fontFamily: _fontName,

  height: 1.4,
);