regular property
TextStyle
get
regular
Implementation
TextStyle get regular => copyWith(
fontWeight: FontWeight.w400,
fontVariations: [
const FontVariation.weight(400),
],
);