You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/virtualview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ Argument supplied to [`onModeChange`](#onmodechange).
123
123
For example, if a `VirtualView` enters the visible region of a [`ScrollView`](scrollview)...
124
124
125
125
-`mode` would be [`VirtualViewMode.Visible`](#virtualviewmode)
126
-
-`thresholdRect` would describe the current scroll position of the nearest ancestor [`ScrollView`](scrollview)
126
+
-`thresholdRect` would describe the visible viewport of the nearest ancestor [`ScrollView`](scrollview)
127
127
-`targetRect` would be the layout of `target` that overlaps with `thresholdRect` (i.e. it is within the visible region of the [`ScrollView`](scrollview))
0 commit comments