textStyleMedium18 property

TextStyle get textStyleMedium18

Implementation

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