GroupsStyle class

GroupsStyle is a data class that has styling-related properties to customize the appearance of CometChatGroups

Inheritance

Constructors

GroupsStyle({TextStyle? titleStyle, Color? backIconTint, Color? searchBorderColor, Color? searchBackground, double? searchBorderRadius, double? searchBorderWidth, TextStyle? searchTextStyle, TextStyle? searchPlaceholderStyle, Color? searchIconTint, Color? loadingIconTint, TextStyle? emptyTextStyle, TextStyle? errorTextStyle, double? width, double? height, Color? background, BoxBorder? border, double? borderRadius, Gradient? gradient, TextStyle? subtitleTextStyle, Color? privateGroupIconBackground, Color? passwordGroupIconBackground, Color? selectionIconTint, Color? submitIconTint})
const

Properties

background Color?
background provides background color to the widget
finalinherited
backIconTint Color?
backIconTint provides color for the back icon
final
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
elevation double?
elevation
finalinherited
emptyTextStyle TextStyle?
emptyTextStyle provides styling for text to indicate group list is empty
final
errorTextStyle TextStyle?
errorTextStyle provides styling for text to indicate some error has occurred while fetching the group list
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 provides color to loading icon
final
passwordGroupIconBackground Color?
privateGroupIconBackground provides color to the icon for password protected group
final
privateGroupIconBackground Color?
privateGroupIconBackground provides color to the icon for private group
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchBackground Color?
searchBackground provides color for the search box
final
searchBorderColor Color?
searchBorderColor provides color for the border around the search box
final
searchBorderRadius double?
searchBorderRadius provides radius for the border around the search box
final
searchBorderWidth double?
searchBorderWidth provides width to the border around the search box
final
searchIconTint Color?
searchIconTint provides color for the search icon
final
searchPlaceholderStyle TextStyle?
searchPlaceholderStyle provides styling for the hint text inside the search box
final
searchTextStyle TextStyle?
searchTextStyle provides styling for text inside the search box
final
selectionIconTint Color?
selectionIconTint set selection icon color
final
submitIconTint Color?
submitIconTint set submit icon tint
final
subtitleTextStyle TextStyle?
subtitleTextStyle provides styling to the text in the subtitle
final
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