InheritedElement constructor

InheritedElement(
  1. InheritedComponent component
)

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

Implementation

InheritedElement(InheritedComponent super.component);