This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
testing/scenario_app/lib/src Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -677,7 +677,7 @@ class PlatformViewClipRectWithTransformScenario extends PlatformViewScenario {
677
677
Paint ()..color = const Color (0x22FF0000 ),
678
678
);
679
679
final Picture picture = recorder.endRecording ();
680
- builder.addPicture (const Offset ( 0 , 0 ) , picture);
680
+ builder.addPicture (Offset .zero , picture);
681
681
682
682
finishBuilder (builder);
683
683
}
@@ -724,7 +724,7 @@ class PlatformViewClipRRectWithTransformScenario extends PlatformViewScenario {
724
724
Paint ()..color = const Color (0x22FF0000 ),
725
725
);
726
726
final Picture picture = recorder.endRecording ();
727
- builder.addPicture (const Offset ( 0 , 0 ) , picture);
727
+ builder.addPicture (Offset .zero , picture);
728
728
729
729
finishBuilder (builder);
730
730
}
@@ -768,7 +768,7 @@ class PlatformViewClipPathWithTransformScenario extends PlatformViewScenario {
768
768
Paint ()..color = const Color (0x22FF0000 ),
769
769
);
770
770
final Picture picture = recorder.endRecording ();
771
- builder.addPicture (const Offset ( 0 , 0 ) , picture);
771
+ builder.addPicture (Offset .zero , picture);
772
772
773
773
finishBuilder (builder);
774
774
}
You can’t perform that action at this time.
0 commit comments