sheetController property

Injected<_ModalContent?> get sheetController

Controller for sheet modals (bottom, top, and side sheets)

Use this to check if any sheet is active or access its content.

Implementation

static Injected<_ModalContent?> get sheetController => _sheetController;