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