We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df6a5d4 commit 7f3f057Copy full SHA for 7f3f057
lib/src/custom_refresh_indicator.dart
@@ -69,7 +69,10 @@ class CustomRefreshIndicator extends StatefulWidget {
69
/// Whether to display trailing scroll indicator
70
final bool trailingScrollIndicatorVisible;
71
72
- /// Number of pixels that user should drag to change [IndicatorState] from idle to armed.
+ /// The distance in number of pixels that the user should drag to arm the indicator.
73
+ /// The armed indicator will trigger the [onRefresh] function when the gesture is completed.
74
+ ///
75
+ /// If not specified, [containerExtentPercentageToArmed] will be used instead.
76
final double? offsetToArmed;
77
78
/// The distance the user must scroll for the indicator to be armed,
0 commit comments