MultiChildElement constructor

MultiChildElement(
  1. Component component
)

Creates an element that uses the given component as its configuration.

Implementation

MultiChildElement(super.component);