withSpan
inline fun SpannableStringBuilder.withSpan(vararg spans: Any, action: SpannableStringBuilder.() -> Unit): SpannableStringBuilder
Method to simplify the code needed to apply spans on a specific sub string.
Method to simplify the code needed to apply spans on a specific sub string.