🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

SetComposingRegionCommand

Mark a certain region of text as composing text.

Source set: Common
public class SetComposingRegionCommand(public val start: Int, public val end: Int) : EditCommand

Mark a certain region of text as composing text.

See setComposingRegion).

Parameters

start The inclusive start offset of the composing region.
end The exclusive end offset of the composing region