textStyleExtraBold14 property

TextStyle get textStyleExtraBold14

Implementation

static TextStyle get textStyleExtraBold14 => TextStyle(
      color: ThemeHandler.currentTheme.fontPrimaryColor,
      fontSize: 14,
      fontWeight: FontWeight.bold,
    );