withWeight method

TextStyle withWeight(
  1. FontWeight weight
)

Implementation

TextStyle withWeight(FontWeight weight) => copyWith(fontWeight: weight);