body2 constant
        
        TextStyle
        const body2
        
      
      
      
Implementation
static const TextStyle body2 = TextStyle(
  // body1 -> body2
  fontFamily: 'WorkSans',
  fontWeight: FontWeight.w400,
  fontSize: 14,
  letterSpacing: 0.2,
  color: darkText,
);