textStyleRegular10 property

TextStyle get textStyleRegular10

Implementation

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