textStyleBold20 property

TextStyle get textStyleBold20

Implementation

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