H5 property

TextStyle H5
final

Implementation

static final TextStyle H5 = TextStyle(
  fontSize: 12,
  fontWeight: FontWeight.bold,
  fontFamily: _fontName,

  height: 1.4,
);