H4 property

TextStyle H4
final

Implementation

static final TextStyle H4 = TextStyle(
  fontSize: 14,
  fontWeight: FontWeight.bold,
  fontFamily: _fontName,

  height: 1.4,
);