CreatePollsStyle class

CreatePollsStyle is a data class that has styling-related properties to customize the appearance of CometChatCreatePolls

Constructors

CreatePollsStyle({Color? background, Color? borderColor, TextStyle? titleStyle, Color? closeIconColor, Color? deleteIconColor, Color? createPollIconColor, TextStyle? inputTextStyle, TextStyle? hintTextStyle, TextStyle? answerHelpText, TextStyle? addAnswerTextStyle})
create poll style
const

Properties

addAnswerTextStyle TextStyle?
addAnswerTextStyle add new answers text style
final
answerHelpText TextStyle?
answerHelpText set the answers text style
final
background Color?
background background color
final
borderColor Color?
borderColor border color of text field
final
closeIconColor Color?
closeIconColor back icon color
final
createPollIconColor Color?
createPollIconColor check mark color
final
deleteIconColor Color?
deleteIconColor
final
hashCode int
The hash code for this object.
no setterinherited
hintTextStyle TextStyle?
hintTextStyle hint text style in text field
final
inputTextStyle TextStyle?
inputTextStyle input text style in text filed
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titleStyle TextStyle?
titleStyle title style
final

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