SeniorSignatureThemeData class

Constructors

SeniorSignatureThemeData({SeniorSignatureStyle? style})
Theme definitions for the SeniorSignature component.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style SeniorSignatureStyle?
The component's style definitions. Allows you to configure: SeniorSignatureStyle.backgroundColor the background color of the screen. SeniorSignatureStyle.clearButtonIconColor the icon color of the clear signature button. SeniorSignatureStyle.disabledClearButtonIconColor the icon color of the clear signature button when it is disabled. SeniorSignatureStyle.disabledSaveButtonIconColor the icon color of the save signature button when it is disabled. SeniorSignatureStyle.emptySignatureTextColor the color of the text displayed inside the signature field when it is empty. SeniorSignatureStyle.saveButtonIconColor the icon color of the save signature button. SeniorSignatureStyle.signatureBackgrounColor the background color of the signature field. SeniorSignatureStyle.signatureDottedBorderColor the signature field dotted border color.
final

Methods

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.
inherited