controller property
Injected<BubbleLabelContent?>
get
controller
The injected state that holds the current BubbleLabelContent.
This can be used to read the active bubble content, or to update
it without calling show again.
Implementation
static Injected<BubbleLabelContent?> get controller =>
_bubbleLabelContentController;