File tree Expand file tree Collapse file tree 3 files changed +39
-0
lines changed
lib/src/generators/integrations
test_resources/actual_data Expand file tree Collapse file tree 3 files changed +39
-0
lines changed Original file line number Diff line number Diff line change @@ -136,6 +136,19 @@ class SvgGenImage {
136136 return SvgPicture .asset (
137137 _assetName,
138138 matchTextDirection: matchTextDirection,
139+ bundle: bundle,
140+ package: package,
141+ width: width,
142+ height: height,
143+ fit: fit,
144+ alignment: alignment,
145+ allowDrawingOutsideViewBox: allowDrawingOutsideViewBox,
146+ placeholderBuilder: placeholderBuilder,
147+ color: color,
148+ colorBlendMode: colorBlendMode,
149+ semanticsLabel: semanticsLabel,
150+ excludeFromSemantics: excludeFromSemantics,
151+ clipBehavior: clipBehavior,
139152 );
140153 }
141154
Original file line number Diff line number Diff line change @@ -32,6 +32,19 @@ class SvgIntegration extends Integration {
3232 return SvgPicture.asset(
3333 _assetName,
3434 matchTextDirection: matchTextDirection,
35+ bundle: bundle,
36+ package: package,
37+ width: width,
38+ height: height,
39+ fit: fit,
40+ alignment: alignment,
41+ allowDrawingOutsideViewBox: allowDrawingOutsideViewBox,
42+ placeholderBuilder: placeholderBuilder,
43+ color: color,
44+ colorBlendMode: colorBlendMode,
45+ semanticsLabel: semanticsLabel,
46+ excludeFromSemantics: excludeFromSemantics,
47+ clipBehavior: clipBehavior,
3548 );
3649 }
3750
Original file line number Diff line number Diff line change @@ -136,6 +136,19 @@ class SvgGenImage {
136136 return SvgPicture .asset (
137137 _assetName,
138138 matchTextDirection: matchTextDirection,
139+ bundle: bundle,
140+ package: package,
141+ width: width,
142+ height: height,
143+ fit: fit,
144+ alignment: alignment,
145+ allowDrawingOutsideViewBox: allowDrawingOutsideViewBox,
146+ placeholderBuilder: placeholderBuilder,
147+ color: color,
148+ colorBlendMode: colorBlendMode,
149+ semanticsLabel: semanticsLabel,
150+ excludeFromSemantics: excludeFromSemantics,
151+ clipBehavior: clipBehavior,
139152 );
140153 }
141154
You can’t perform that action at this time.
0 commit comments