QAppTheme class

Annotations
  • @freezed

Constructors

QAppTheme({@Default(Color.fromARGB(255, 249, 249, 249)) Color baseColor, @Default(Color.fromARGB(255, 85, 178, 154)) Color navigationColor, @Default(Color.fromARGB(255, 255, 255, 255)) Color navigationTitleColor, @Default(Color.fromARGB(255, 255, 255, 255)) Color systemEventTextColor, @Default(Color.fromARGB(255, 85, 178, 154)) Color rightBubbleColor, @Default(Color.fromARGB(255, 255, 255, 255)) Color rightBubbleTextColor, @Default(Color.fromARGB(255, 244, 244, 244)) Color leftBubbleColor, @Default(Color.fromARGB(255, 102, 102, 102)) Color leftBubbleTextColor, @Default(Color.fromARGB(255, 123, 123, 123)) Color timeLabelTextColor, @Default(Color.fromARGB(0, 0, 0, 0)) Color timeBackgroundColor, @Default(Color.fromARGB(255, 153, 153, 153)) Color emptyTextColor, @Default(Color.fromARGB(255, 249, 249, 249)) Color emptyBackgroundColor, @Default(Color.fromARGB(255, 85, 178, 154)) Color sendContainerColor, @Default(Color.fromARGB(255, 250, 250, 250)) Color sendContainerBackgroundColor, @Default(Color.fromARGB(255, 227, 227, 227)) Color fieldChatBorderColor, @Default(Color.fromARGB(255, 51, 51, 51)) Color fieldChatTextColor, @Default(Color.fromARGB(255, 250, 250, 250)) Color buttonChatBackgroundColor, @Default(Color.fromARGB(255, 102, 102, 102)) Color buttonChatTextColor, @Default(Color.fromARGB(200, 102, 102, 102)) Color buttonChatBorderColor, @Default(Color.fromARGB(25, 102, 102, 102)) Color replyContainerTopBorderColor, @Default(Color.fromARGB(255, 85, 178, 154)) Color replyContainerLeftBorderColor, @Default(Color.fromARGB(255, 250, 250, 250)) Color replyBackgroundColor, @Default(Color.fromARGB(255, 51, 51, 51)) Color replyTextColor, @Default(Color.fromARGB(200, 250, 250, 250)) Color leftBubbleReplyBoxColor, @Default(Color.fromARGB(255, 51, 51, 51)) Color leftBubbleReplyTextColor, @Default(Color.fromARGB(200, 250, 250, 250)) Color rightBubbleReplyBoxColor, @Default(Color.fromARGB(255, 51, 51, 51)) Color rightBubbleReplyTextColor})
const
factory

Properties

baseColor Color
no setterinherited
buttonChatBackgroundColor Color
no setterinherited
buttonChatBorderColor Color
no setterinherited
buttonChatTextColor Color
no setterinherited
copyWith → $QAppThemeCopyWith<QAppTheme>
no setterinherited
emptyBackgroundColor Color
no setterinherited
emptyTextColor Color
no setterinherited
fieldChatBorderColor Color
no setterinherited
fieldChatTextColor Color
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
leftBubbleColor Color
no setterinherited
leftBubbleReplyBoxColor Color
no setterinherited
leftBubbleReplyTextColor Color
no setterinherited
leftBubbleTextColor Color
no setterinherited
no setterinherited
no setterinherited
replyBackgroundColor Color
no setterinherited
replyContainerLeftBorderColor Color
no setterinherited
replyContainerTopBorderColor Color
no setterinherited
replyTextColor Color
no setterinherited
rightBubbleColor Color
no setterinherited
rightBubbleReplyBoxColor Color
no setterinherited
rightBubbleReplyTextColor Color
no setterinherited
rightBubbleTextColor Color
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendContainerBackgroundColor Color
no setterinherited
sendContainerColor Color
no setterinherited
systemEventTextColor Color
no setterinherited
timeBackgroundColor Color
no setterinherited
timeLabelTextColor Color
no setterinherited

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