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
`CustomRefreshIndicator`is not the same as the` RefreshIndicator` widget. It has an absolute minimum functionality that allows you to create and set your own custom indicators.
36
+
`CustomRefreshIndicator` has an absolute minimum functionality that allows you to create and set your own custom indicators.
@@ -78,12 +77,12 @@ Enum which describes state of CustomRefreshIndicator.
78
77
`CustomRefreshIndicator` is armed ending the scroll **WILL** result in:
79
78
-`CustomRefreshIndicator.onRefresh` call
80
79
- change of status to `loading`
81
-
-decreasing `CustomRefreshIndicatorData.value` to `1` in duration specified by `CustomRefreshIndicator.armedToLoadingDuration`)
80
+
- decreasing `CustomRefreshIndicatorData.value` to `1` in duration specified by `CustomRefreshIndicator.armedToLoadingDuration`)
82
81
83
82
(`CustomRefreshIndicatorData.value >= 1`)
84
83
85
84
#### `hiding`
86
-
`CustomRefreshIndicator` is hiding indicator when `onRefresh` future is resolved or indicator was canceled (scroll ended when [CustomRefreshIndicatorState] was equal to `dragging` so `value` was less than `1` or the user started scrolling through the list)
85
+
CustomRefreshIndicator is hiding indicator when `onRefresh` future is resolved or indicator was canceled (scroll ended when [CustomRefreshIndicatorState] was equal to `dragging` so `value` was less than `1` or the user started scrolling through the list)
87
86
88
87
(`CustomRefreshIndicatorData.value` decreases to `0` in duration specified by `CustomRefreshIndicator.dragingToIdleDuration`)
0 commit comments