textStyleMedium14 property

TextStyle get textStyleMedium14

Implementation

static TextStyle get textStyleMedium14 => TextStyle(
      color: ThemeHandler.currentTheme.fontPrimaryColor,
      fontSize: 14,
      fontWeight: FontWeight.w500,
    );