textStyleBold16 property

TextStyle get textStyleBold16

Implementation

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