ProxyWidget constructor

const ProxyWidget({Key key, @required Widget child })

Creates a widget that has exactly one child widget.

Implementation

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