textStyleSemiBold16 property

TextStyle get textStyleSemiBold16

Implementation

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