signaturePhotoPickerEnabled property

void signaturePhotoPickerEnabled=(bool value)

Whether to show the option to select images in the signature dialog.

Defaults to true.

Implementation

set signaturePhotoPickerEnabled(bool value) =>
    _signaturePhotoPickerEnabled = value;