textStyleRegular26 property

TextStyle get textStyleRegular26

Implementation

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