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