MoveCornerOverlayOp constructor
const
MoveCornerOverlayOp({
- required Key key,
- required QuadCorner corner,
- required LatLng from,
- required LatLng to,
Implementation
const MoveCornerOverlayOp({
required this.key,
required this.corner,
required this.from,
required this.to,
});