semiBold property
Semi-bold - FontWeight.w600
Implementation
TextStyle get semiBold => TextStyle(
fontSize: fontSize, fontFamily: fontFamily, fontWeight: FontWeight.w600);
Semi-bold - FontWeight.w600
TextStyle get semiBold => TextStyle(
fontSize: fontSize, fontFamily: fontFamily, fontWeight: FontWeight.w600);