Returns true when a bubble is currently active and visible by id.
true
static bool isActiveById(String? id) => id == null ? false : controller.state?.id == id;