wrapper/visibility_detector library

Classes

RenderSliverVisibilityDetector
The RenderObject corresponding to the SliverVisibilityDetector widget.
RenderVisibilityDetector
The RenderObject corresponding to the VisibilityDetector widget.
SliverVisibilityDetector
A sliver version of VisibilityDetector.
VisibilityDetector
A VisibilityDetector widget fires a specified callback when the widget changes visibility.
VisibilityDetectorController
A VisibilityDetectorController is a singleton object that can perform actions and change configuration for all VisibilityDetector widgets.
VisibilityDetectorLayer
The Layer corresponding to a VisibilityDetector widget.
VisibilityInfo
Data passed to the VisibilityDetector.onVisibilityChanged callback.

Typedefs

VisibilityChangedCallback = void Function(VisibilityInfo info)
Signature for a callback to be invoked when the visibility of a widget changes.