bold property
Bold - FontWeight.bold - FontWeight.w700
Implementation
TextStyle get bold => TextStyle(
fontSize: fontSize, fontFamily: fontFamily, fontWeight: FontWeight.w700);
Bold - FontWeight.bold - FontWeight.w700
TextStyle get bold => TextStyle(
fontSize: fontSize, fontFamily: fontFamily, fontWeight: FontWeight.w700);