scrollChildCount property Null safety
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
int? get scrollChildCount => _scrollChildCount;