text12w600Grey property

TextStyle get text12w600Grey

Implementation

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