packages/marker_popup/src/layout/popup_layout
library
Classes
-
The generated PopupLayout is intended to be applied to whole map
container. The map container is passed down by FlutterMap and it may have
rotation applied as well as being scaled up. The scaling up is to make sure
that the rotated map container covers the entire map widget in its
non-rotated form (as is seen by the user) otherwise hit testing does not
work on any Widgets which are visible inside the non-rotated widget but are
not within the rotated container's bounds.