normal property

TextStyle get normal

fontWeight: normal

Implementation

TextStyle get normal => copyWith(fontWeight: FontWeight.normal);