textStyleRegular24 property
TextStyle
get
textStyleRegular24
Implementation
static TextStyle get textStyleRegular24 => TextStyle(
color: ThemeHandler.currentTheme.fontPrimaryColor,
fontSize: 24,
fontWeight: FontWeight.w400,
);