ReceiptStyle class
ReceiptStyle is a data class that has styling-related properties to customize the appearance of CometChatReceipt
Constructors
- ReceiptStyle.new({Color? sentIconTint, Color? deliveredIconTint, Color? readIconTint})
Properties
- deliveredIconTint → Color?
-
deliveredIconTint It is used to change the icon color of receipt when ReceiptStatus is delivered
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- readIconTint → Color?
-
readIconTint It is used to change the icon color of receipt when ReceiptStatus is read
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sentIconTint → Color?
-
sentIconTint It is used to change the icon color of receipt when ReceiptStatus is sent
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