Recycling Processed Text
class RecyclingProcessedText(val chars: ArrayList<ProcessedText.ProcessedChar>, val underlines: IntArrayList, val strikeThroughs: IntArrayList) : ProcessedText
Constructors
Link copied to clipboard
constructor(chars: ArrayList<ProcessedText.ProcessedChar>, underlines: IntArrayList, strikeThroughs: IntArrayList)