Element constructor

Element(
  1. Widget widget
)

Creates an element backed by widget.

Implementation

Element(this.widget);