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