isActive property

bool get isActive

Returns true when a bubble is currently active and visible.

Implementation

static bool get isActive => controller.state != null;