We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
FilterQuality.medium
1 parent 66a64b2 commit 72e0875Copy full SHA for 72e0875
packages/core/lib/generators/integrations/image_integration.dart
@@ -61,7 +61,7 @@ ${isPackage ? "\n static const String package = '$packageName';" : ''}
61
bool isAntiAlias = false,
62
${isPackage ? deprecationMessagePackage : ''}
63
String? package$packageParameter,
64
- FilterQuality filterQuality = FilterQuality.low,
+ FilterQuality filterQuality = FilterQuality.medium,
65
int? cacheWidth,
66
int? cacheHeight,
67
}) {
0 commit comments