pop

fun pop()

Ends the style or annotation that was added via a push operation before.

See also


fun pop(index: Int)

Ends the styles or annotation up to and including the pushStyle that returned the given index.

Parameters

index

the result of the a previous pushStyle in order to pop to

See also