MoveCornerOverlayOp constructor

const MoveCornerOverlayOp({
  1. required Key key,
  2. required QuadCorner corner,
  3. required LatLng from,
  4. required LatLng to,
})

Implementation

const MoveCornerOverlayOp({
  required this.key,
  required this.corner,
  required this.from,
  required this.to,
});