WebFWidgetElementChild constructor

const 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

const WebFWidgetElementChild({super.child, super.key});