isSheetActive property

bool get isSheetActive

Returns true if a bottom sheet is currently active

Implementation

static bool get isSheetActive => _sheetController.state != null;