textStyleRegular12 property

TextStyle get textStyleRegular12

Implementation

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