regular property

TextStyle get regular

Regular - FontWeight.w400

Implementation

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