body10Bold top-level constant

TextStyle const body10Bold

Implementation

const body10Bold = TextStyle(
  fontFamily: fontFamilyDefault,
  fontWeight: FontWeight.w700,
  fontSize: 10.0,
  height: 1.6, // 16pt line height
  letterSpacing: 0,
  color: Colors.black,
);