body16Bold top-level constant
          
          TextStyle
          const body16Bold
          
        
        
        
Implementation
const body16Bold = TextStyle(
  fontFamily: fontFamilyDefault,
  fontWeight: FontWeight.w700,
  fontSize: 16.0,
  letterSpacing: 0,
  height: 1.5, // 24pt line height
  color: Colors.black,
);