signatureTypingEnabled property

void signatureTypingEnabled=(bool value)

Whether to enable typing to create a new signature.

Defaults to true.

Implementation

set signatureTypingEnabled(bool value) => _signatureTypingEnabled = value;