floatingLimits property

Rect? floatingLimits

Returns the constrained Rect in which the widget can float.

This value is null until the FloatingOverlay is initiated.

Implementation

Rect? get floatingLimits => _offset.floatingLimits;