normal property
TextStyle
get
normal
Make text normal weight
Implementation
TextStyle get normal => copyWith(fontWeight: FontWeight.w400);
Make text normal weight
TextStyle get normal => copyWith(fontWeight: FontWeight.w400);