appendSpace

fun appendSpace(@IntRange(from = 0.toLong()size: Int, @ColorInt() color: Int = Color.TRANSPARENT): SpanBuilder

Append space.

Return

the single SpanBuilder instance

Parameters

size

The size of space.

color

The color of space.