Skip to content

Commit

Permalink
Removed unnecessary null guard.
Browse files Browse the repository at this point in the history
  • Loading branch information
awhitford committed Oct 23, 2020
1 parent a5b0ff5 commit 9532220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/colorize.dart
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ class _ColorizeTextState extends State<ColorizeAnimatedTextKit>
),
)..addStatusListener(_animationEndCallback);

_controller?.forward();
_controller.forward();
}

void _animationEndCallback(state) {
Expand Down

0 comments on commit 9532220

Please sign in to comment.