Skip to content

Commit

Permalink
Fixed the wrong documentation issue for the RotateAnimatedTextKit method
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketambore committed Oct 3, 2020
1 parent e1d8f4f commit 763e68b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@ Row(
},
text: ["AWESOME", "OPTIMISTIC", "DIFFERENT"],
textStyle: TextStyle(fontSize: 40.0, fontFamily: "Horizon"),
textAlign: TextAlign.start,
alignment: AlignmentDirectional.topStart // or Alignment.topLeft
textAlign: TextAlign.start
),
],
);
Expand Down

0 comments on commit 763e68b

Please sign in to comment.