H3 property

TextStyle H3
final

Implementation

static final TextStyle H3 = TextStyle(
  fontSize: 16,
  fontWeight: FontWeight.w800,
  fontFamily: _fontName,

  height: 1.4,
);