childExistsAt abstract method

bool childExistsAt(
  1. int index
)

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 RenderListWheelViewport or not.

Implementation

bool childExistsAt(int index);