We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 843a5a5 commit bc953b1Copy full SHA for bc953b1
src/content/ui/animations/tutorial.md
@@ -306,7 +306,7 @@ it listens for a state change and prints an update.
306
The highlighted line shows the change:
307
308
<?code-excerpt "animate3/lib/main.dart (print-state)" plaster="none" replace="/\/\/ (\.\..*)/$1;/g; /\n }/$&\n \/\/ .../g"?>
309
-```dart highlightLines=11
+```dart highlightLines=14
310
class _LogoAppState extends State<LogoApp> with SingleTickerProviderStateMixin {
311
late Animation<double> animation;
312
late AnimationController controller;
0 commit comments