autoShowLinkDialog property
In annotation mode, when tapping the bottom toolbar or calling
controller.setAnnotationMode(CPDFAnnotationType.link), whether to
automatically show the link settings dialog after the link area is drawn
on the screen.
Default: true. If set to false, the link settings dialog will not be
displayed. You can handle link configuration yourself via the
CPDFReaderWidget(onAnnotationCreationPreparedCallback: ...)
callback. For example, show a custom link dialog, then call
controller.prepareNextLink(String link) with the configured link; a
subsequent tap will add the custom link to the PDF.
Implementation
final bool autoShowLinkDialog;