fs1 method

Text fs1()

Sets the font size to fs-1 (40px, equivalent to h1).

Implementation

Text fs1() => _copyWithStyle((s) => (s ?? const TextStyle()).copyWith(fontSize: BsTypography.h1));