textStyleMedium20 property

TextStyle get textStyleMedium20

Implementation

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