File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -167,12 +167,9 @@ class CustomRefreshIndicator extends StatefulWidget {
167167 this .offsetToArmed,
168168 this .onStateChanged,
169169 double ? containerExtentPercentageToArmed,
170- @Deprecated ('In favor of durations parameter' )
171- Duration ? indicatorCancelDuration = const Duration (milliseconds: 300 ),
172- @Deprecated ('In favor of durations parameter' )
173- Duration ? indicatorSettleDuration = const Duration (milliseconds: 150 ),
174- @Deprecated ('In favor of durations parameter' )
175- Duration ? indicatorFinalizeDuration = const Duration (milliseconds: 100 ),
170+ @Deprecated ('In favor of durations parameter' ) Duration ? indicatorCancelDuration,
171+ @Deprecated ('In favor of durations parameter' ) Duration ? indicatorSettleDuration,
172+ @Deprecated ('In favor of durations parameter' ) Duration ? indicatorFinalizeDuration,
176173 @Deprecated ('In favor of durations parameter' ) Duration ? completeStateDuration,
177174 this .leadingScrollIndicatorVisible = false ,
178175 this .trailingScrollIndicatorVisible = true ,
You can’t perform that action at this time.
0 commit comments