bold method
Returns a copy with bold weight (default weight is 600).
Implementation
TextStyle bold({FontWeight? weight}) =>
copyWith(fontWeight: weight ?? FontWeight.w600);
Returns a copy with bold weight (default weight is 600).
TextStyle bold({FontWeight? weight}) =>
copyWith(fontWeight: weight ?? FontWeight.w600);