Inserts item at position to this.
If position is -1, or larger than the total number of items in this, the item will be
appended to the end.
Cannot be used while a model is bound via [method@SidebarSection.bind_model].
| this |
a sidebar section |
| item |
an item to insert |
| position |
position to insert |