fweight method

TextStyle fweight(
  1. FontWeight w
)

weight style

Implementation

TextStyle fweight(FontWeight w) => copyWith(fontWeight: w);