const ProxyWidget({Key key, Widget child })

Creates a widget that has exactly one child widget.

Source

const ProxyWidget({ Key key, this.child }) : super(key: key);