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