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