dialogController property

Injected<_ModalContent?> get dialogController

Controller for dialog modals

Use this to check if a dialog is active or access its content.

Implementation

static Injected<_ModalContent?> get dialogController => _dialogController;