weight method

TextStyle weight(
  1. FontWeight fontWeight
)

set Font to fontWeight

Implementation

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