widget property
The widget this element currently represents.
Implementation
@override
MultiChildRenderObjectWidget get widget =>
super.widget as MultiChildRenderObjectWidget;
The widget this element currently represents.
Implementation
Widget widget;