Paginator.insert

Inserts @child into @self at position @position.

If position is -1, or larger than the number of pages, @child will be appended to the end.

class Paginator
void
insert
(
Widget child
,
)

Parameters

child
Type: Widget

a widget to add

position
Type: int

the position to insert @child in.

Meta

Since

0.0.11