controller property

Injected<List<PopOverlayContent>> get controller

Access to the underlying overlay controller

Primarily for internal use and advanced customization. Most applications should use the simpler addPop and removePop methods.

Implementation

static Injected<List<PopOverlayContent>> get controller => _controller;