CreateSignatureConfig class
Configuration for signature creation (all platforms).
Fields are documented with which platform(s) they apply to.
Constructors
- CreateSignatureConfig({String? promptSubtitle, String? promptDescription, String? cancelButtonText, bool? allowDeviceCredentials})
Properties
- allowDeviceCredentials ↔ bool?
-
AndroidWhether to allow device credentials (PIN/pattern) as fallback.getter/setter pair - cancelButtonText ↔ String?
-
AndroidText for the cancel button in the biometric prompt.getter/setter pair - hashCode → int
-
The hash code for this object.
no setteroverride
- promptDescription ↔ String?
-
AndroidDescription text for the biometric prompt.getter/setter pair - promptSubtitle ↔ String?
-
AndroidSubtitle text for the biometric prompt.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
encode(
) → Object -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Static Methods
-
decode(
Object result) → CreateSignatureConfig