textStyleMedium16 property

TextStyle get textStyleMedium16

Implementation

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