Prop
Type
Default
Description
count
int
—
Logical row count (constructor).
itemExtent
float
—
Fixed row height (constructor). Variable extents are outside v1.
itemBuilder
Func<int, VisualNode>
—
Called only for rows in the window plus overscan.
Overscan
int
3
Rows built beyond each edge to absorb a fling.
Width
SizeValue
Auto
Usually Fill.
Height
SizeValue
Auto
Must be given — a window without a height is not a window.