fs5 method

Text fs5()

Sets the font size to fs-5 (20px, equivalent to h5).

Implementation

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