fs5 method
Sets the font size to fs-5 (20px, equivalent to h5).
Implementation
Text fs5() => _copyWithStyle((s) => (s ?? const TextStyle()).copyWith(fontSize: BsTypography.h5));
Sets the font size to fs-5 (20px, equivalent to h5).
Text fs5() => _copyWithStyle((s) => (s ?? const TextStyle()).copyWith(fontSize: BsTypography.h5));