AddMembersStyle class
AddMembersStyle is a data class that has styling-related properties to customize the appearance of CometChatAddMembers
- Inheritance
-
- Object
- BaseStyles
- AddMembersStyle
Constructors
- AddMembersStyle.new({TextStyle? titleStyle, Color? backIconTint, Color? closeIconTint, Color? searchBackground, TextStyle? searchStyle, TextStyle? placeholderStyle, Color? searchIconTint, double? searchBorderWidth, Color? searchBorderColor, double? searchBorderRadius, double? width, double? height, Color? background, BoxBorder? border, double? borderRadius, Gradient? gradient, TextStyle? emptyStateTextStyle, TextStyle? errorStateTextStyle, Color? submitIconTint, Color? selectionIconTint})
Properties
- background → Color?
-
background provides background color to the widget
finalinherited
- backIconTint → Color?
-
backIconTint set icon tint for back button if not present already
final
- border → BoxBorder?
-
border provides border around the widget
finalinherited
- borderRadius → double?
-
borderRadius provides radius to the border around the widget
finalinherited
- closeIconTint → Color?
-
closeIconTint set close icon tint
final
- emptyStateTextStyle → TextStyle?
-
emptyStateTextStyle provides styling for text to indicate user list is empty
final
- errorStateTextStyle → TextStyle?
-
errorStateTextStyle provides styling for text to indicate some error has occurred while fetching the user 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
- placeholderStyle → TextStyle?
-
placeholderStyle set search text placeholder
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- searchBackground → Color?
-
searchBackground set search field background color
final
- searchBorderColor → Color?
-
searchBorderColor provides color to the search border
final
- searchBorderRadius → double?
-
searchBorderRadius provides radius to the search box
final
- searchBorderWidth → double?
-
searchBorderWidth provides width to the search border
final
- searchIconTint → Color?
-
searchIconTint set search icon tint
final
- searchStyle → TextStyle?
-
searchStyle set search field text style
final
- selectionIconTint → Color?
-
selectionIconTint set selection icon color
final
- submitIconTint → Color?
-
submitIconTint set submit icon tint
final
- titleStyle → TextStyle?
-
titleStyle provide title style to add members
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