Skip to content

Commit 24c2592

Browse files
authored
Added ',' after Animated child block (#261)
1 parent 745e0cc commit 24c2592

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ Row(
228228
RotateAnimatedText('AWESOME'),
229229
RotateAnimatedText('OPTIMISTIC'),
230230
RotateAnimatedText('DIFFERENT'),
231-
]
231+
],
232232
onTap: () {
233233
print("Tap Event");
234234
},
@@ -284,7 +284,7 @@ return SizedBox(
284284
TyperAnimatedText('you must know what to do,'),
285285
TyperAnimatedText('and then do your best'),
286286
TyperAnimatedText('- W.Edwards Deming'),
287-
]
287+
],
288288
onTap: () {
289289
print("Tap Event");
290290
},

0 commit comments

Comments
 (0)