isActive property
bool
get
isActive
Returns true when a bubble is currently active and visible.
Implementation
static bool get isActive => controller.state != null;
Returns true when a bubble is currently active and visible.
static bool get isActive => controller.state != null;