textStyleMedium12 property

TextStyle get textStyleMedium12

Implementation

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