semiBold property
TextStyle
get
semiBold
Make text semi-bold
Implementation
TextStyle get semiBold => copyWith(fontWeight: FontWeight.w600);
Make text semi-bold
TextStyle get semiBold => copyWith(fontWeight: FontWeight.w600);