DetailsStyle class

DetailsStyle is a data class that has styling-related properties to customize the appearance of CometChatDetails

Inheritance

Constructors

DetailsStyle({TextStyle? titleStyle, Color? closeIconTint, Color? privateGroupIconBackground, Color? protectedGroupIconBackground, Color? onlineStatusColor, double? width, double? height, Color? background, Gradient? gradient, Border? border})
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
closeIconTint Color?
closeIconTint provide color to close button
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
onlineStatusColor Color?
onlineStatusColor set online status color
final
privateGroupIconBackground Color?
privateGroupIconBackground provides background color for status indicator if group is private
final
protectedGroupIconBackground Color?
protectedGroupIconBackground provides background color for status indicator if group is protected
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titleStyle TextStyle?
titleStyle provides styling for title 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