textStyleBold18 property

TextStyle get textStyleBold18

Implementation

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