textFontWeight property

FontWeight? textFontWeight
final

The typeface thickness to use when painting the text (e.g., bold, FontWeight.w100).

Default fontWeight will be set to FontWeight.normal

Implementation

final FontWeight? textFontWeight;