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
|**startEdge**| Pull to refresh can be triggered only from the **start** edge of the list. Mostly top side, but can be bottom for reversed ListView (with *reverse* argument set to true). |
153
-
|**endEdge**| Pull to refresh can be triggered only from the **end** edge of the list. Mostly bottom, but can be top for reversed ListView (with *reverse* argument set to true).|
154
-
|**bothEdges**| Pull to refresh can be triggered from **both edges** of the list. |
|**leadingEdge**| Pull to refresh can be triggered only from the **leading** edge of the list. Mostly top side, but can be bottom for reversed ListView (with *reverse* argument set to true). |
153
+
|**trailingEdge**| Pull to refresh can be triggered only from the **trailing** edge of the list. Mostly bottom, but can be top for reversed ListView (with *reverse* argument set to true). |
154
+
|**bothEdges**| Pull to refresh can be triggered from **both edges** of the list.|
155
155
156
156
### triggerMode (IndicatorTriggerMode)
157
157
Configures how *CustomRefreshIndicator* widget can be triggered. Works in the same way as the triggerMode of the built-in *RefreshIndicator* widget.
@@ -177,7 +177,7 @@ Open the sample application and try it yourself ([online example](https://custom
177
177
178
178
[](https://custom-refresh-indicator.klyta.it/#/presentation)
179
179
180
-
### state
180
+
### state (IndicatorState)
181
181
The following table describes each state of the indicator controller.
0 commit comments