fs2 method

Text fs2()

Sets the font size to fs-2 (32px, equivalent to h2).

Implementation

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