fs3 method
Sets the font size to fs-3 (28px, equivalent to h3).
Implementation
Text fs3() => _copyWithStyle((s) => (s ?? const TextStyle()).copyWith(fontSize: BsTypography.h3));
Sets the font size to fs-3 (28px, equivalent to h3).
Text fs3() => _copyWithStyle((s) => (s ?? const TextStyle()).copyWith(fontSize: BsTypography.h3));