visibleRatioAt abstract method

double visibleRatioAt(
  1. int index
)

The proportion of the child at index in the viewport view, The range is 0.0 to 1.0.

Implementation

double visibleRatioAt(int index);