textStyleMedium10 property

TextStyle get textStyleMedium10

Implementation

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