isActive property

bool get isActive

Indicates whether any pop overlay is currently being shown

Returns true if at least one overlay is active, false otherwise

Implementation

static bool get isActive => _controller.state.isNotEmpty;