fs1 method
Sets the font size to fs-1 (40px, equivalent to h1).
Implementation
Text fs1() => _copyWithStyle((s) => (s ?? const TextStyle()).copyWith(fontSize: BsTypography.h1));
Sets the font size to fs-1 (40px, equivalent to h1).
Text fs1() => _copyWithStyle((s) => (s ?? const TextStyle()).copyWith(fontSize: BsTypography.h1));