WebFWidgetElementChild constructor

WebFWidgetElementChild({
  1. Widget? child,
  2. Key? key,
})

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);