bodyBoldMedium property
TextStyle
get
bodyBoldMedium
Bold medium body text (scaled 14px).
Implementation
TextStyle get bodyBoldMedium =>
baseTextStyle(14, fontWeight: FontWeight.w600);
Bold medium body text (scaled 14px).
TextStyle get bodyBoldMedium =>
baseTextStyle(14, fontWeight: FontWeight.w600);