H1 property
Implementation
static final TextStyle H1 = TextStyle(
fontSize: 24,
fontWeight: FontWeight.w800,
fontFamily: _fontName,
height: 1.4,
);
static final TextStyle H1 = TextStyle(
fontSize: 24,
fontWeight: FontWeight.w800,
fontFamily: _fontName,
height: 1.4,
);