Skip to content

Commit 6e508f5

Browse files
committed
Fix analysis
1 parent c9a063c commit 6e508f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/src/custom_refresh_indicator.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ class CustomRefreshIndicator extends StatefulWidget {
6161

6262
/// Function in wich custom refresh indicator should be implemented.
6363
///
64-
/// ### IMPORTANT:
65-
/// IT IS NOT CALLED ON EVERY [IndicatorController] DATA CHANGE.
64+
/// ### IMPORTANT:
65+
/// IT IS NOT CALLED ON EVERY [IndicatorController] DATA CHANGE.
6666
/// To rebuild widget on every [IndicatorController] data change, consider
6767
/// using [IndicatorController] that is passed to this function as the third argument
6868
/// in combination with [AnimationBuilder].

0 commit comments

Comments
 (0)