Skip to content

Commit 0fdce7e

Browse files
committed
Fixed typo
1 parent ffe0b65 commit 0fdce7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/indicators/models/slide_indicator_options_model.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class SlideIndicatorOptions {
5656
/// Whether to enable the indicator halo.
5757
final bool enableHalo;
5858

59-
/// Whether to enable the animation. Only used in [CircularStaticIndicator] and [andSequentialFillIndicator].
59+
/// Whether to enable the animation. Only used in [CircularStaticIndicator] and [SequentialFillIndicator].
6060
final bool enableAnimation;
6161

6262
/// Returns a copy of this [SlideIndicatorOptions] but with the given fields replaced with the new values.

0 commit comments

Comments
 (0)