copyWithBounds method
Creates a copy with updated bounds.
Implementation
@override
AnnotationSpatialItem copyWithBounds(Rect newBounds) =>
AnnotationSpatialItem(annotationId: annotationId, bounds: newBounds);
Creates a copy with updated bounds.
@override
AnnotationSpatialItem copyWithBounds(Rect newBounds) =>
AnnotationSpatialItem(annotationId: annotationId, bounds: newBounds);