ProxyWidget constructor Null safety
Creates a widget that has exactly one child widget.
Implementation
const ProxyWidget({ super.key, required this.child });
Creates a widget that has exactly one child widget.
const ProxyWidget({ super.key, required this.child });