widget property

  1. @override
Widget get widget
override

The current configuration of the Element that is this BuildContext.

Implementation

@override
Widget get widget => $value.widget;