H2 property

TextStyle H2
final

Implementation

static final TextStyle H2 = TextStyle(
  fontSize: 18,
  fontWeight: FontWeight.w800,
  fontFamily: _fontName,

  height: 1.4,
);