textStyleMedium26 property

TextStyle get textStyleMedium26

Implementation

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