unknownExtent property

double get unknownExtent

Estimates the unknown extent of unloaded content in screen heights.

Multiplies average quilt height by unseen past count, aiding scroll predictions in Carpet.

Implementation

double get unknownExtent => averageQuiltHeight * unseenPastQuiltCount;