textStyleSemiBold13 property

TextStyle get textStyleSemiBold13

Implementation

static TextStyle get textStyleSemiBold13 => TextStyle(
      color: ThemeHandler.currentTheme.fontPrimaryColor,
      fontSize: 13,
      fontWeight: FontWeight.w600,
    );