Skip to content

Releases: hitanshu-dhawan/SpannableStringFormatter

SpannableStringFormatter 1.0.0

10 Sep 07:58
Compare
Choose a tag to compare
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/> }"