insert

fun insert(child: <Error class: unknown class>, position: Int)

Inserts @child into @self at position @position.

If position is -1, or larger than the number of pages,

Parameters

child

a widget to add

position

the position to insert @child at