fontWeight property

  1. @override
FontWeight? fontWeight
override

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

Implementation

@override
FontWeight? get fontWeight => textStyle.fontWeight;