InheritedModelElement<T> constructor

InheritedModelElement<T>(
  1. InheritedModel<T> component
)

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

Implementation

InheritedModelElement(InheritedModel<T> super.component);