[fwe] Fix Tile constructor parameters#13174
Conversation
There was a problem hiding this comment.
Code Review
This pull request corrects the Tile widget's constructor syntax in several documentation files. The removal of the required keyword from positional parameters is a valid fix, making the Dart code snippets syntactically correct. The changes are correct as is. For future improvements, you might consider addressing other typos in the code snippets within src/content/learn/pathway/tutorial/implicit-animations.md to enhance the quality of the tutorial, such as a switch statement using an incorrect variable (type instead of hitType) and an incorrect enum type (LetterType instead of HitType).
|
Visit the preview URL for this PR (updated for commit d5dc0a7): https://flutter-docs-prod--pr13174-fix-fwe-tile-constructors-98a1dysd.web.app |
Initial syntax and name fixes, with larger fixes coming with Kevin's code excerpt work.
Fixes #13162
Fixes #13163