SpannableStringFormatter
.text("Hitanshu Dhawan")
.property("text-color", "#0000FF")
.property("text-decoration", "underline", "strike-through")
.toString()
"{ `Hitanshu Dhawan` <text-color:#0000FF;text-decoration:underline|strike-through/> }"