textStyleBold14 property

TextStyle get textStyleBold14

Implementation

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