Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Nialixus committed Jun 9, 2024
1 parent ed8bcf5 commit ae0f74d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ final valueController = TypeWriterController.fromValue(
TypeWriter(
controller: controller,
builder: (context, value) {
return AutoSizeText(
return Text(
value.text,
maxLines: 2,
minFontSize: 2.0,
Expand Down

0 comments on commit ae0f74d

Please sign in to comment.