LeafElement constructor

LeafElement(
  1. Widget widget
)

Creates a leaf element for the given widget.

Implementation

LeafElement(super.widget);