textStyleRegular14 property

TextStyle get textStyleRegular14

Implementation

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