Nick Kurochkin

Results 2 comments of Nick Kurochkin

Have you found a solution? I have the same problem using `ModelViewer` inside `IndexedStack`. Problem code ```dart return IndexedStack( index: stackIndex, children: [ ModelViewer( id: "modelViewBlock", src: "https://modelviewer.dev/shared-assets/models/Astronaut.glb", ar: false,...

I figured out that the problem isn't with Stack but with widgets in it. There is what i mean: If there are widgets in Stack above ModelViewer then ModelViewer’s gesture...