Skip to content

Commit

Permalink
fix: don't use deprecated apis
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed Nov 19, 2023
1 parent d3e89b3 commit 2caa198
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class _ExpandedWrapper extends ConsumerWidget {
),
],
),
textScaleFactor: 4,
textScaler: const TextScaler.linear(4),
textAlign: TextAlign.center,
),
),
Expand Down

0 comments on commit 2caa198

Please sign in to comment.