textStyleBold12 property

TextStyle get textStyleBold12

Implementation

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