sansSerifHeaderTighter constant

TextStyle const sansSerifHeaderTighter

Implementation

static const TextStyle sansSerifHeaderTighter = TextStyle(
  color: defaultColor,
  fontSize: defaultHeaderSize,
  fontFamily: montserrat,
  package: package,
  fontWeight: bold,
  letterSpacing: tighterSpacing,
);