rectFor property

Rect Function(Size overlaySize, EdgeInsets viewPadding) rectFor
final

Computes the destination rect; re-evaluated every frame. The padding argument is MediaQuery.padding (safe areas) - keyboard insets are not available here, keyboard avoidance belongs in the content.

Implementation

final Rect Function(Size overlaySize, EdgeInsets viewPadding) rectFor;