fs6 method

Text fs6()

Sets the font size to fs-6 (16px, equivalent to h6).

Implementation

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