shown property
bool
get
shown
True if the tooltip is currently being shown. False if it is hidden.
Implementation
bool get shown => _overlay.isShowing;
True if the tooltip is currently being shown. False if it is hidden.
bool get shown => _overlay.isShowing;