Skip to content

Commit

Permalink
Make default scale value null so that Flutter decides the one to use (#…
Browse files Browse the repository at this point in the history
…247)

Co-authored-by: Daichi Furiya <dadadada.chop@gmail.com>
  • Loading branch information
davidmigloz and wasabeef authored Jun 8, 2022
1 parent e7af113 commit 512943d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/lib/generators/assets_generator.dart
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ class AssetGenImage {
ImageErrorWidgetBuilder? errorBuilder,
String? semanticLabel,
bool excludeFromSemantics = false,
double? scale = 1.0,
double? scale,
double? width,
double? height,
Color? color,
Expand Down

0 comments on commit 512943d

Please sign in to comment.