Skip to content

Commit

Permalink
Updated Usage Example for 'speed' property
Browse files Browse the repository at this point in the history
I have corrected the example to properly reflect where the speed property should be placed. The original resulted in an error wherein the speed property was not defined.
  • Loading branch information
Koniiro committed Mar 29, 2021
1 parent 3d017ea commit 29610af
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 29610af

Please sign in to comment.