fs3 method

Text fs3()

Sets the font size to fs-3 (28px, equivalent to h3).

Implementation

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