ComponentElement constructor
Creates an element that uses the given widget as its configuration.
Implementation
ComponentElement(Widget widget) : super(widget);
Creates an element that uses the given widget as its configuration.
ComponentElement(Widget widget) : super(widget);