indexOfFirstChild property Null safety

int indexOfFirstChild
protected">@protected

The index of the first child of the viewport relative to the center child.

For example, the center child has index zero and the first child in the reverse growth direction has index -1.

Implementation

@protected
int get indexOfFirstChild;