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