text13w500Grey property

TextStyle get text13w500Grey

Implementation

static TextStyle get text13w500Grey => TextStyle(
      fontSize: 13.sp,
      fontWeight: FontWeight.w500,
      color: HbColor.textGrey,
    );