SeniorSignatureStyle class

Constructors

SeniorSignatureStyle({Color? backgroundColor, Color? clearButtonIconColor, Color? disabledClearButtonIconColor, Color? disabledSaveButtonIconColor, Color? emptySignatureTextColor, Color? saveButtonIconColor, Color? signatureBackgrounColor, Color? signatureDottedBorderColor})
Style definitions for the SeniorSignature component.
const

Properties

backgroundColor Color?
Defines the background color of the screen.
final
clearButtonIconColor Color?
Defines the icon color of the clear signature button.
final
disabledClearButtonIconColor Color?
Defines the icon color of the clear signature button when it is disabled.
final
disabledSaveButtonIconColor Color?
Defines the icon color of the save signature button when it is disabled.
final
emptySignatureTextColor Color?
Defines the color of the text displayed inside the signature field when it is empty.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saveButtonIconColor Color?
Defines the icon color of the save signature button.
final
signatureBackgrounColor Color?
Defines the background color of the signature field.
final
signatureDottedBorderColor Color?
Defines 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