textStyleRegular40 property

TextStyle get textStyleRegular40

Implementation

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