owner property

  1. @override
BuildOwner? get owner
override

The BuildOwner for this context. The BuildOwner is in charge of managing the rendering pipeline for this context.

Implementation

@override
BuildOwner? get owner => $value.owner;