set Leading Margin
fun setLeadingMargin(@IntRange(from = 0.toLong() ) first: Int, @IntRange(from = 0.toLong() ) rest: Int): SpanBuilder
Content copied to clipboard
Set the span of leading margin.
Return
the single SpanBuilder instance
Parameters
first
The indent for the first line of the paragraph.
rest
The indent for the remaining lines of the paragraph.