signatureTypingEnabled property
set
signatureTypingEnabled
(bool value)
Whether to enable typing to create a new signature.
Defaults to true.
Implementation
set signatureTypingEnabled(bool value) => _signatureTypingEnabled = value;