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