SignatureColorPreset class
A class representing a color preset for a signature.
The possible values are:
color: The color of the signature.id: The unique identifier of the color preset.defaultMessage: The default message associated with the color preset.description: The description of the color preset.
Constructors
- SignatureColorPreset({required Color color, String? id, String? defaultMessage, String? description})
Properties
- color → Color
-
final
- defaultMessage → String?
-
final
- description → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
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