title constant
        
        TextStyle
        const title
        
      
      
      
Implementation
static const TextStyle title = TextStyle(
  // h6 -> title
  fontFamily: 'WorkSans',
  fontWeight: FontWeight.bold,
  fontSize: 16,
  letterSpacing: 0.18,
  color: darkerText,
);