child property

Widget? child
final

Optional subtree to render beneath the floating UI. When provided, this widget paints child and overlays the launcher above it; when null it renders nothing of its own (it only manages the overlay) — drop it inside a tree that already has a Navigator/Overlay.

Implementation

final Widget? child;