isVisibleAt abstract method

bool isVisibleAt(
  1. int index
)

Whether the child at index is in the viewport view.

Implementation

bool isVisibleAt(int index);