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