fs4 method
Sets the font size to fs-4 (24px, equivalent to h4).
Implementation
Text fs4() => _copyWithStyle((s) => (s ?? const TextStyle()).copyWith(fontSize: BsTypography.h4));
Sets the font size to fs-4 (24px, equivalent to h4).
Text fs4() => _copyWithStyle((s) => (s ?? const TextStyle()).copyWith(fontSize: BsTypography.h4));