H6Config constructor
      const
      H6Config({ 
    
    
- TextStyle style = const TextStyle(fontSize: 16, height: 20 / 16, fontWeight: FontWeight.bold),
Implementation
const H6Config(
    {this.style = const TextStyle(
      fontSize: 16,
      height: 20 / 16,
      fontWeight: FontWeight.bold,
    )});