PdfAnnotationResult.cancelled constructor

PdfAnnotationResult.cancelled()

Creates a result representing user cancellation (no file saved).

Implementation

factory PdfAnnotationResult.cancelled() =>
    const PdfAnnotationResult._(cancelled: true);