ZoomOverlay constructor
ZoomOverlay({})
Implementation
ZoomOverlay({required this.mapModel, this.top, this.right, this.bottom, this.left})
: assert(!(top != null && bottom != null)),
assert(!(right != null && left != null));