ContactsStyle class

ContactsStyle is a data class that has styling-related properties to customize the appearance of CometChatContacts

Inheritance

Constructors

ContactsStyle({TextStyle? titleTextStyle, Color? borderColor, Color? closeIconTint, Color? createIconTint, Color? selectedTabColor, Color? tabColor, TextStyle? selectedTabTextStyle, TextStyle? tabTextStyle, Theme? theme, double? tabBorderRadius, Color? activeIconTint, Color? activeTabColor, TextStyle? activeTabTitleTextStyle, Color? iconTint, double? tabBorder, double? tabHeight, double? tabWidth, double? width, double? height, Color? background, BoxBorder? border, double? borderRadius, Gradient? gradient})
const

Properties

activeIconTint Color?
activeIconTint provides color to active/selected icon
final
activeTabColor Color?
activeTabColor provides color to the active/selected tabs
final
activeTabTitleTextStyle TextStyle?
activeTabTitleTextStyle provides styling for active title text
final
background Color?
background provides background color to the widget
finalinherited
border BoxBorder?
border provides border around the widget
finalinherited
borderColor Color?
borderColor provides color to border
final
borderRadius double?
borderRadius provides radius to the border around the widget
finalinherited
closeIconTint Color?
closeIconTint provides color to back icon
final
createIconTint Color?
createIconTint provides color to create icon
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
iconTint Color?
iconTint provides color to icon
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedTabColor Color?
selectedTabColor provides color to the active/selected tab
final
selectedTabTextStyle TextStyle?
selectedTabTextStyle provides styling for the text in the active/selected tab
final
tabBorder double?
tabBorder provides border to tab box
final
tabBorderRadius double?
tabBorderRadius provides borderRadius to tab box
final
tabColor Color?
tabColor provides color to the inactive/unselected tabs
final
tabHeight double?
tabHeight provides height to tab box
final
tabTextStyle TextStyle?
tabTextStyle provides styling for the text in the inactive/unselected tab
final
tabWidth double?
tabWidth provides width to tab box
final
theme Theme?
theme provides theme
final
titleTextStyle TextStyle?
titleTextStyle 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