insertChildAfter
fun insertChildAfter(child: <Error class: unknown class>, sibling: <Error class: unknown class>? = null): LeafletPage(source)
⚠️ Deprecated ⚠️
This is deprecated since version 1.4.
See migrating-to-breakpoints.html#replace-adwleaflet
---Inserts @child in the position after @sibling in the list of children.
If @sibling is NULL
, inserts @child at the first position.
Return
the class@LeafletPage for @child
Parameters
child
the widget to insert
sibling
the sibling after which to insert @child