textStyleRegular28 property

TextStyle get textStyleRegular28

Implementation

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