fwNormal method
Sets the font weight to normal (w400, equivalent to fw-normal).
Implementation
Text fwNormal() => _copyWithStyle((s) => (s ?? const TextStyle()).copyWith(fontWeight: BsTypography.weightNormal));
Sets the font weight to normal (w400, equivalent to fw-normal).
Text fwNormal() => _copyWithStyle((s) => (s ?? const TextStyle()).copyWith(fontWeight: BsTypography.weightNormal));