WebFWidgetElementChild constructor
Creates a WebFWidgetElementChild widget.
The child parameter is the WebF HTML element that will receive
the constraints from the parent Flutter widget.
Implementation
WebFWidgetElementChild({Widget? child, Key? key}): super(child: child, key: key);