scrollChildCount property

int? scrollChildCount
final

The total number of scrollable children that contribute to semantics.

If the number of children are unknown or unbounded, this value will be null.

Implementation

final int? scrollChildCount;