This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
testing/scenario_app/lib/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -677,7 +677,7 @@ class PlatformViewClipRectWithTransformScenario extends PlatformViewScenario {
677677 Paint ()..color = const Color (0x22FF0000 ),
678678 );
679679 final Picture picture = recorder.endRecording ();
680- builder.addPicture (const Offset ( 0 , 0 ) , picture);
680+ builder.addPicture (Offset .zero , picture);
681681
682682 finishBuilder (builder);
683683 }
@@ -724,7 +724,7 @@ class PlatformViewClipRRectWithTransformScenario extends PlatformViewScenario {
724724 Paint ()..color = const Color (0x22FF0000 ),
725725 );
726726 final Picture picture = recorder.endRecording ();
727- builder.addPicture (const Offset ( 0 , 0 ) , picture);
727+ builder.addPicture (Offset .zero , picture);
728728
729729 finishBuilder (builder);
730730 }
@@ -768,7 +768,7 @@ class PlatformViewClipPathWithTransformScenario extends PlatformViewScenario {
768768 Paint ()..color = const Color (0x22FF0000 ),
769769 );
770770 final Picture picture = recorder.endRecording ();
771- builder.addPicture (const Offset ( 0 , 0 ) , picture);
771+ builder.addPicture (Offset .zero , picture);
772772
773773 finishBuilder (builder);
774774 }
You can’t perform that action at this time.
0 commit comments