widget property

  1. @override
InheritedWidget get widget
override

The widget this element currently represents.

Implementation

@override
InheritedWidget get widget => super.widget as InheritedWidget;
set widget (Widget value)
inherited

The widget this element currently represents.

Implementation

Widget widget;