h1 constant

TextStyle const h1

The styling applied on h1 heading.

fontSize: 92.0,
fontWeight: FontWeight.w400,
letterSpacing: -1.0,

Implementation

static const TextStyle h1 = const TextStyle(
  package: _package,
  color: defaultColor,
  fontFamily: _montserrat,
  fontSize: 92.0,
  fontWeight: FontWeight.w400,
  letterSpacing: -1.0,
);