fs2 method
Sets the font size to fs-2 (32px, equivalent to h2).
Implementation
Text fs2() => _copyWithStyle((s) => (s ?? const TextStyle()).copyWith(fontSize: BsTypography.h2));
Sets the font size to fs-2 (32px, equivalent to h2).
Text fs2() => _copyWithStyle((s) => (s ?? const TextStyle()).copyWith(fontSize: BsTypography.h2));