Skip to content

Commit

Permalink
Merge pull request #232 from Koniiro/patch-1
Browse files Browse the repository at this point in the history
Updated README.md Usage Example for 'speed' property
  • Loading branch information
awhitford authored Apr 2, 2021
2 parents 3d017ea + 29610af commit 1d31bec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,10 @@ AnimatedTextKit(
fontSize: 32.0,
fontWeight: FontWeight.bold,
),
speed: const Duration(milliseconds: 2000),
),
],
speed: const Duration(milliseconds: 2000),
totalRepeatCount: 4,
pause: const Duration(milliseconds: 1000),
displayFullTextOnTap: true,
Expand Down

0 comments on commit 1d31bec

Please sign in to comment.