fwBold method
Sets the font weight to bold (w700, equivalent to fw-bold).
Implementation
Text fwBold() => _copyWithStyle((s) => (s ?? const TextStyle()).copyWith(fontWeight: BsTypography.weightBold));
Sets the font weight to bold (w700, equivalent to fw-bold).
Text fwBold() => _copyWithStyle((s) => (s ?? const TextStyle()).copyWith(fontWeight: BsTypography.weightBold));