What are Flutter equivalents to Android's View::onAttachedToWindow
and View::onDetachedFromWindow
?
Basically, in Flutter, how to determine if user can see a particular widget on screen or is it covered, for example, with another screen on top?
What are Flutter equivalents to Android's View::onAttachedToWindow
and View::onDetachedFromWindow
?
Basically, in Flutter, how to determine if user can see a particular widget on screen or is it covered, for example, with another screen on top?