StyleChatColor class

Constructors

StyleChatColor({required Color backContainerIconColor, required Color backIconColor, required Color backgroundColor, required Color componentColor, required Color dateColor, required Color headerColor, required Color messageColor, required Color searchContainerIconColor, required Color searchIconColor, required Color textHeaderColor, required Color titleColor, required Color componentTextColor})

Properties

backContainerIconColor Color
getter/setter pair
backgroundColor Color
getter/setter pair
backIconColor Color
getter/setter pair
componentColor Color
getter/setter pair
componentTextColor Color
getter/setter pair
dateColor Color
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headerColor Color
getter/setter pair
messageColor Color
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchContainerIconColor Color
getter/setter pair
searchIconColor Color
getter/setter pair
textHeaderColor Color
getter/setter pair
titleColor Color
getter/setter pair

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