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