textStyleBold32 property
TextStyle
get
textStyleBold32
Implementation
static TextStyle get textStyleBold32 => TextStyle(
color: ThemeHandler.currentTheme.fontPrimaryColor,
fontSize: 32,
fontWeight: FontWeight.w700,
);