widgetBounds property

Map<Key, Rect> get widgetBounds

Keeps track of the last known bounds of a VisibilityDetector, in global coordinates.

Implementation

static Map<Key, Rect> get widgetBounds => _lastBounds;