StickerKeyboardStyle class

StickerKeyboardStyle is a data class that has styling-related properties to customize the appearance of CometChatStickerKeyboard

Constructors

StickerKeyboardStyle({Color? loadingIconTint, TextStyle? emptyTextStyle, TextStyle? errorTextStyle, Color? errorIconTint, Color? errorIconBackground})

Properties

emptyTextStyle TextStyle?
emptyTextStyle provides styling for text to indicate user list is empty
final
errorIconBackground Color?
loadingIconTint provides color to loading icon
final
errorIconTint Color?
loadingIconTint provides color to loading icon
final
errorTextStyle TextStyle?
errorTextStyle provides styling for text to indicate some error has occurred while fetching the user list
final
hashCode int
The hash code for this object.
no setterinherited
loadingIconTint Color?
loadingIconTint provides color to loading icon
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
toString() String
A string representation of this object.
inherited

Operators

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