text28w600Grey property

TextStyle get text28w600Grey

Implementation

static TextStyle get text28w600Grey => TextStyle(
      fontSize: 28.sp,
      fontWeight: FontWeight.w600,
      color: HbColor.textGrey,
    );