We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66935a8 commit f3c84ceCopy full SHA for f3c84ce
packages/flutter/lib/src/widgets/overlay.dart
@@ -1474,7 +1474,9 @@ class OverlayPortalController {
1474
/// widget can depend on.
1475
///
1476
/// This widget requires an [Overlay] ancestor in the widget tree when its
1477
-/// overlay child is showing.
+/// overlay child is showing. The overlay child is rendered by the [Overlay]
1478
+/// ancestor, not by the widget itself. This allows the overlay child to float
1479
+/// above other widgets, independent of its position in the widget tree.
1480
1481
/// When [OverlayPortalController.hide] is called, the widget built using
1482
/// [overlayChildBuilder] will be removed from the widget tree the next time the
0 commit comments