MessageInformationStyle class

MessageInformationStyle is a data class that has styling-related properties to customize the appearance of CometChatMessageInformation

Inheritance

Constructors

MessageInformationStyle({double? width, double? height, Color? background, BoxBorder? border, double? borderRadius, Gradient? gradient, TextStyle? titleStyle, Color? closeIconTint, Color? deliveredIconTint, Color? dividerTint, Color? readIconTint, TextStyle? subTitleStyle, TextStyle? emptyTextStyle, TextStyle? errorTextStyle, Color? loadingIconTint})
const

Properties

background Color?
background provides background color to the widget
finalinherited
border BoxBorder?
border provides border around the widget
finalinherited
borderRadius double?
borderRadius provides radius to the border around the widget
finalinherited
borderRadiusGeometry BorderRadiusGeometry?
borderRadiusGeometry
finalinherited
closeIconTint Color?
closeIconTint sets color for close icon
final
deliveredIconTint Color?
deliveredIconTint sets color for delivered icon
final
dividerTint Color?
dividerTint sets color for divider icon
final
elevation double?
elevation
finalinherited
emptyTextStyle TextStyle?
emptyTextStyle sets TextStyle for empty text style
final
errorTextStyle TextStyle?
errorTextStyle sets TextStyle for error text style
final
gradient Gradient?
gradient provides (background) gradient to the widget
finalinherited
hashCode int
The hash code for this object.
no setterinherited
height double?
height provides height to the widget
finalinherited
loadingIconTint Color?
loadingIconTint sets color for loading icon
final
readIconTint Color?
readIconTint sets color for read icon
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subTitleStyle TextStyle?
subTitleStyle sets TextStyle for title
final
titleStyle TextStyle?
titleStyle sets TextStyle for title
final
width double?
width provides width to the widget
finalinherited

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