mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* Fixed ChildSceneLayer elevation issue on Fuchsia. ChildSceneLayers would draw on top of stacked Flutter content on Fuchsia if not wrapped up in a Material widget, i.e. a PhysicalShapeLayer. This patch pushes the logic from there to all types of Layers.