InheritedModelElement< T> constructor
Creates an element that uses the given widget as its configuration.
Implementation
InheritedModelElement(InheritedModel<T> widget) : super(widget);
Creates an element that uses the given widget as its configuration.
InheritedModelElement(InheritedModel<T> widget) : super(widget);