createChild abstract method
Creates a new child at the given index and updates it to the child list
of RenderCircleListViewport. If no child corresponds to index
, then do
nothing.
It is possible to create children with negative indices.
Implementation
void createChild(int index, {required RenderBox? after});