Element constructor

Element(
  1. Widget widget
)

Creates an Element for the given widget.

Implementation

Element(this.widget);