normal property
TextStyle
get
normal
Use the upright glyphs
Implementation
TextStyle get normal => copyWith(fontStyle: FontStyle.normal);
Use the upright glyphs
TextStyle get normal => copyWith(fontStyle: FontStyle.normal);