renderBox property
RenderBox
get
renderBox
Render box of the internal widget which handles the MapZoomPanBehavior.
The size of this render box can be obtained from the size getter. This is only valid after the layout phase, and should therefore only be examined from paint callbacks or interaction event handlers.
Implementation
RenderBox get renderBox => _renderBox;