fs4 method

Text fs4()

Sets the font size to fs-4 (24px, equivalent to h4).

Implementation

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