textStyleExtraBold10 property

TextStyle get textStyleExtraBold10

Implementation

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