imagesToInsert property

List<Uint8List>? imagesToInsert
final

Images that the user can stamp onto PDF pages.

Each element is raw image bytes (PNG, JPEG, etc.) as a Uint8List. An Image button appears in the toolbar when this list is non-empty. The user can place, resize, accept (✓) or delete (✕) each stamp.

Implementation

final List<Uint8List>? imagesToInsert;