context property

DisposableBuildContext<State<StatefulWidget>> context
final

The context that may or may not be enclosed by a Scrollable.

Once DisposableBuildContext.dispose is called on this context, the provider will stop trying to resolve the image if it has not already been resolved.

Implementation

final DisposableBuildContext context;