withWeight static method
Implementation
static TextStyle withWeight(TextStyle baseStyle, FontWeight weight) =>
baseStyle.copyWith(fontWeight: weight);
static TextStyle withWeight(TextStyle baseStyle, FontWeight weight) =>
baseStyle.copyWith(fontWeight: weight);