canMerge method
Checks if this operation can be merged with other.
Implementation
@override
bool canMerge(Op<InteractiveOverlayImage> next) =>
next is MoveCornerOverlayOp && next.key == key && next.corner == corner;
Checks if this operation can be merged with other.
@override
bool canMerge(Op<InteractiveOverlayImage> next) =>
next is MoveCornerOverlayOp && next.key == key && next.corner == corner;