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