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