Skip to content

Commit

Permalink
Added ',' after Animated child block (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
sxmeer-ahmed authored Jun 28, 2021
1 parent 745e0cc commit 24c2592
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ Row(
RotateAnimatedText('AWESOME'),
RotateAnimatedText('OPTIMISTIC'),
RotateAnimatedText('DIFFERENT'),
]
],
onTap: () {
print("Tap Event");
},
Expand Down Expand Up @@ -284,7 +284,7 @@ return SizedBox(
TyperAnimatedText('you must know what to do,'),
TyperAnimatedText('and then do your best'),
TyperAnimatedText('- W.Edwards Deming'),
]
],
onTap: () {
print("Tap Event");
},
Expand Down

0 comments on commit 24c2592

Please sign in to comment.