fstNormal method
Sets the font style to normal (equivalent to fst-normal).
Implementation
Text fstNormal() => _copyWithStyle((s) => (s ?? const TextStyle()).copyWith(fontStyle: FontStyle.normal));
Sets the font style to normal (equivalent to fst-normal).
Text fstNormal() => _copyWithStyle((s) => (s ?? const TextStyle()).copyWith(fontStyle: FontStyle.normal));