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