H5 property
Implementation
static final TextStyle H5 = TextStyle(
fontSize: 12,
fontWeight: FontWeight.bold,
fontFamily: _fontName,
height: 1.4,
);
static final TextStyle H5 = TextStyle(
fontSize: 12,
fontWeight: FontWeight.bold,
fontFamily: _fontName,
height: 1.4,
);