fs6 method
Sets the font size to fs-6 (16px, equivalent to h6).
Implementation
Text fs6() => _copyWithStyle((s) => (s ?? const TextStyle()).copyWith(fontSize: BsTypography.h6));
Sets the font size to fs-6 (16px, equivalent to h6).
Text fs6() => _copyWithStyle((s) => (s ?? const TextStyle()).copyWith(fontSize: BsTypography.h6));