PdfUriAnnotation constructor
Initializes a new instance of the PdfUriAnnotation class with specified bounds and Uri.
Implementation
PdfUriAnnotation({required Rect bounds, required String uri}) {
_helper = PdfUriAnnotationHelper(this, bounds);
this.uri = uri;
}