ListBaseStyle class

ListBaseStyle is a data class that has styling-related properties to customize the appearance of CometChatListBase

Inheritance

Constructors

ListBaseStyle({TextStyle? titleStyle, double? searchBoxRadius, TextStyle? searchTextStyle, TextStyle? searchPlaceholderStyle, double? searchBorderWidth, Color? searchBorderColor, Color? searchBoxBackground, Color? backIconTint, Color? searchIconTint, EdgeInsetsGeometry? padding, double? width, double? height, Color? background, BoxBorder? border, double? borderRadius, Gradient? gradient})
const

Properties

background Color?
background provides background color to the widget
finalinherited
backIconTint Color?
backIconTint color for 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
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
padding EdgeInsetsGeometry?
padding surrounds the cometchat listbase
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchBorderColor Color?
searchBorderColor border color for search box
final
searchBorderWidth double?
searchBorderWidth border width for search box
final
searchBoxBackground Color?
searchBoxBackground background color for search box
final
searchBoxRadius double?
searchBoxRadius search box radius
final
searchIconTint Color?
searchIconTint color for search icon
final
searchPlaceholderStyle TextStyle?
searchPlaceholderStyle TextStyle for search hint/placeholder text
final
searchTextStyle TextStyle?
searchTextStyle TextStyle for search text
final
titleStyle TextStyle?
titleStyle TextStyle for tvTitle
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