autoShowStampPicker property
In annotation mode, when tapping the bottom toolbar or calling
controller.setAnnotationMode(CPDFAnnotationType.stamp), whether to
automatically show the stamp picker dialog.
Default: true. If set to false, the stamp picker dialog will not be
displayed. You can handle stamp selection yourself via the
CPDFReaderWidget(onAnnotationCreationPreparedCallback: ...)
callback. For example, show a custom stamp picker, then call
controller.prepareNextStamp(String stampPath) with the chosen stamp path;
a subsequent tap will add the custom stamp to the PDF.
Implementation
final bool autoShowStampPicker;