sansSerifHeader constant

TextStyle const sansSerifHeader

Implementation

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