bold method
      
T
bold()
      
     
    
    
Implementation
T bold() => this.copyWith(
      style: (this.style ?? TextStyle()).copyWith(
        fontWeight: FontWeight.bold,
      ),
    );T bold() => this.copyWith(
      style: (this.style ?? TextStyle()).copyWith(
        fontWeight: FontWeight.bold,
      ),
    );