JoinProtectedGroupStyle class

JoinProtectedGroupStyle is a data class that has styling-related properties to customize the appearance of CometChatJoinProtectedGroup

Inheritance

Constructors

JoinProtectedGroupStyle({Color? closeIconTint, Color? joinIconTint, Color? inputBorderColor, TextStyle? titleStyle, TextStyle? descriptionTextStyle, TextStyle? errorTextStyle, TextStyle? passwordInputTextStyle, TextStyle? passwordPlaceholderStyle, double? width, double? height, Color? background, BoxBorder? border, double? borderRadius, Gradient? gradient})
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
borderRadiusGeometry BorderRadiusGeometry?
borderRadiusGeometry
finalinherited
closeIconTint Color?
closeIconTint provides color to close icon
final
descriptionTextStyle TextStyle?
descriptionTextStyle provides styling for heading text
final
elevation double?
elevation
finalinherited
errorTextStyle TextStyle?
errorTextStyle provides styling for error text
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
inputBorderColor Color?
inputBorderColor provides color to the border of input decoration
final
joinIconTint Color?
joinIconTint provides color to join icon
final
passwordInputTextStyle TextStyle?
passwordInputTextStyle provides styling for the text in the password field
final
passwordPlaceholderStyle TextStyle?
passwordPlaceholderStyle provides styling for the hint text in the password text input field
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