fontWeight property

  1. @override
FontWeight? fontWeight
inherited

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

Implementation

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