context property

BuildContext context
final

The build context of the widget that fired this notification.

This can be used to find the scrollable widget's render objects to determine the size of the viewport, for instance.

Implementation

final BuildContext context;