shown property

bool get shown

True if the tooltip is currently being shown. False if it is hidden.

Implementation

bool get shown => _overlay.isShowing;