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: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,8 @@ CustomRefreshIndicator(
53
53
54
54
### How the controller data change
55
55
56
-
The best way to understand how the "CustomRefreshIndicator" widget changes its controller data is to see the example 😉.
56
+
The best way to understand how the "CustomRefreshIndicator" widget changes its controller data is to see the example 😉. An example is available in the example application.
57
+
57
58

58
59
59
60
## Examples
@@ -98,7 +99,7 @@ CustomRefreshIndicator is idle (There is no action)
98
99
controller.value == 0.0
99
100
```
100
101
101
-
#### `draging`
102
+
#### `dragging`
102
103
103
104
Whether the user is dragging a scrollable widget.
104
105
Ending the scroll **WILL NOT** result in `onRefresh` function call
@@ -122,7 +123,7 @@ controller.value >= 1.0
122
123
#### `hiding`
123
124
124
125
CustomRefreshIndicator is hiding its indicator. After the future returned from `onRefresh` function is completed or scroll ended when the state was equal to `dragging` or the user started scrolling through the list.
125
-
controller value decreases to `0.0` in duration specified by `dragingToIdleDuration` CustomRefreshIndicator widget argument.
126
+
controller value decreases to `0.0` in duration specified by `draggingToIdleDuration` CustomRefreshIndicator widget argument.
0 commit comments