textStyleRegular18 property

TextStyle get textStyleRegular18

Implementation

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