text11w500Grey property

TextStyle get text11w500Grey

Implementation

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