regular property
TextStyle
get
regular
Regular - FontWeight.w400
Implementation
TextStyle get regular => TextStyle(
fontSize: fontSize, fontFamily: fontFamily, fontWeight: FontWeight.w400);
Regular - FontWeight.w400
TextStyle get regular => TextStyle(
fontSize: fontSize, fontFamily: fontFamily, fontWeight: FontWeight.w400);