int virtualChildCount

The overall number of children this viewport could potentially display.

If null, the viewport might display an unbounded number of children.

Source

@override
int get virtualChildCount => super.virtualChildCount ?? childCount;