body14Bold top-level constant

TextStyle const body14Bold

Implementation

const body14Bold = TextStyle(
  fontFamily: fontFamilyDefault,
  fontWeight: FontWeight.w700,
  fontSize: 14.0,

  letterSpacing: 0,
  height: 1.5714, // 22pt line height
  color: Colors.black,
);