fontWeight property

String? fontWeight
getter/setter pair

Font weight.

Possible values are normal, bold, bolder, and lighter. https://www.w3schools.com/cssref/pr_font_weight.asp

Implementation

core.String? fontWeight;