body12Bold top-level constant

TextStyle const body12Bold

Implementation

const body12Bold = TextStyle(
  fontFamily: fontFamilyDefault,
  fontWeight: FontWeight.w700,
  fontSize: 12.0,
  height: 1.5, // 18pt line height
  letterSpacing: 0,
  color: Colors.black,
);