Skip to content

Commit

Permalink
Ignore textScaleFactor deprecation lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Aug 22, 2023
1 parent 7fe60e4 commit 0c02280
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/helpers/media_query.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class MediaQueryDebugHelper extends StatelessWidget {
),
DoubleProperty(
'Text Scale Factor',
// ignore: deprecated_member_use
data.textScaleFactor,
defaultValue: 1,
),
Expand Down

0 comments on commit 0c02280

Please sign in to comment.