BuildableElement constructor

BuildableElement(
  1. Component component
)

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

Implementation

BuildableElement(super.component);