MessageHeaderStyle class

MessageHeaderStyle is a data class that has styling-related properties to customize the appearance of CometChatMessageHeader

Inheritance

Constructors

MessageHeaderStyle({Color? backButtonIconTint, Color? onlineStatusColor, TextStyle? subtitleTextStyle, TextStyle? typingIndicatorTextStyle, double? width, double? height, Color? background, BoxBorder? border, double? borderRadius, Gradient? gradient})
message header style components
const

Properties

backButtonIconTint Color?
backButtonIconTint provides color to back button
final
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
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
onlineStatusColor Color?
onlineStatusColor sets online status color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtitleTextStyle TextStyle?
subtitleTextStyle is textStyle for setting subtitle text style
final
typingIndicatorTextStyle TextStyle?
typingIndicatorTextStyle is text style for setting typing indicator text
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