fwSemibold method
Sets the font weight to semibold (w600, equivalent to fw-semibold).
Implementation
Text fwSemibold() => _copyWithStyle((s) => (s ?? const TextStyle()).copyWith(fontWeight: FontWeight.w600));
Sets the font weight to semibold (w600, equivalent to fw-semibold).
Text fwSemibold() => _copyWithStyle((s) => (s ?? const TextStyle()).copyWith(fontWeight: FontWeight.w600));