InflatingElement constructor

InflatingElement(
  1. LayoutInflatingWidget widget
)

Constructs an InflatingElement using the specified widget.

Implementation

InflatingElement(LayoutInflatingWidget super.widget)
    : assert(!debugChildrenHaveDuplicateKeys(widget, widget.children));