textStyleRegular16 property

TextStyle get textStyleRegular16

Implementation

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