body18Bold top-level constant
TextStyle
const body18Bold
Implementation
const body18Bold = TextStyle(
fontFamily: fontFamilyDefault,
fontWeight: FontWeight.w700,
fontSize: 18.0,
letterSpacing: 0,
height: 1.33, // 30pt line height
color: Colors.black,
);