SignatureCreationConfiguration class

A class representing the configuration for creating a signature.

The possible values are:

  • creationModes: The list of creation modes for the signature.
  • colorOptions: The set of color presets for the signature.
  • iosSignatureAspectRatio: The aspect ratio for the signature on iOS.
  • androidSignatureOrientation: The orientation for the signature on Android.
  • fonts: The list of fonts available for the signature.

Constructors

SignatureCreationConfiguration({List<SignatureCreationMode>? creationModes, SignatureColorOptions? colorOptions, AspectRatio? iosSignatureAspectRatio, NutrientAndroidSignatureOrientation? androidSignatureOrientation, List<String>? fonts})

Properties

androidSignatureOrientation NutrientAndroidSignatureOrientation?
final
colorOptions SignatureColorOptions?
final
creationModes List<SignatureCreationMode>?
final
fonts List<String>?
final
hashCode int
The hash code for this object.
no setterinherited
iosSignatureAspectRatio AspectRatio?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited