childExistsAt abstract method
Checks whether the delegate is able to provide a child widget at the given index.
This function is not about whether the child at the given index is attached to the RenderCircleListViewport or not.
Implementation
bool childExistsAt(int index);