bodyBoldSmall property

TextStyle get bodyBoldSmall

Bold small body text (scaled 12px).

Implementation

TextStyle get bodyBoldSmall => baseTextStyle(12, fontWeight: FontWeight.w600);