child property

Widget child
final

The widget below this widget in the tree.

Implementation

// Because [CupertinoPopupSurface] is composed of proxy boxes, which mimic
// the size of their child, a [child] is required to ensure that this surface
// has a size.
final Widget child;