textStyleExtraBold16 property

TextStyle get textStyleExtraBold16

Implementation

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