textStyleBold26 property

TextStyle get textStyleBold26

Implementation

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