subtitle1 constant

TextStyle const subtitle1

The styling applied on larger subtitles.

fontSize: 16.0,
fontWeight: FontWeight.w500,
letterSpacing: 0.2,

Implementation

static const TextStyle subtitle1 = const TextStyle(
  color: defaultColor,
  fontFamily: _montserrat,
  package: _package,
  fontSize: 16.0,
  fontWeight: FontWeight.w500,
  letterSpacing: 0.25,
);