DarkTheme class

Inheritance

Constructors

DarkTheme({Color flashingCircleDarkColor = Colors.grey, Color flashingCircleBrightColor = const Color(0xffeeeeee), TextStyle incomingChatLinkTitleStyle = const TextStyle(color: Colors.black), TextStyle outgoingChatLinkTitleStyle = const TextStyle(color: Colors.white), TextStyle outgoingChatLinkBodyStyle = const TextStyle(color: Colors.white), TextStyle incomingChatLinkBodyStyle = const TextStyle(color: Colors.white), double elevation = 1, Color repliedTitleTextColor = Colors.white, Color? swipeToReplyIconColor = Colors.white, Color textFieldTextColor = Colors.white, Color appBarColor = const Color(0xff1d1b25), Color backArrowColor = Colors.white, Color backgroundColor = const Color(0xff272336), Color replyDialogColor = const Color(0xff272336), Color linkPreviewOutgoingChatColor = const Color(0xff272336), Color linkPreviewIncomingChatColor = const Color(0xff9f85ff), TextStyle linkPreviewIncomingTitleStyle = const TextStyle(), TextStyle linkPreviewOutgoingTitleStyle = const TextStyle(), Color replyTitleColor = Colors.white, Color textFieldBackgroundColor = const Color(0xff383152), Color outgoingChatBubbleColor = const Color(0xff9f85ff), Color inComingChatBubbleColor = const Color(0xff383152), Color reactionPopupColor = const Color(0xff383152), Color replyPopupColor = const Color(0xff383152), Color replyPopupButtonColor = Colors.white, Color replyPopupTopBorderColor = Colors.black54, Color reactionPopupTitleColor = Colors.white, Color inComingChatBubbleTextColor = Colors.white, Color repliedMessageColor = const Color(0xff9f85ff), Color closeIconColor = Colors.white, Color shareIconBackgroundColor = const Color(0xff383152), Color sendButtonColor = Colors.white, Color cameraIconColor = const Color(0xff757575), Color galleryIconColor = const Color(0xff757575), Color recorderIconColor = const Color(0xff757575), Color stopIconColor = const Color(0xff757575), Color replyMessageColor = Colors.grey, Color appBarTitleTextStyle = Colors.white, Color messageReactionBackGroundColor = const Color(0xff383152), Color messageReactionBorderColor = const Color(0xff272336), Color verticalBarColor = const Color(0xff383152), Color chatHeaderColor = Colors.white, Color themeIconColor = Colors.white, Color shareIconColor = Colors.white, Color messageTimeIconColor = Colors.white, Color messageTimeTextColor = Colors.white, Color waveformBackgroundColor = const Color(0xff383152), Color waveColor = Colors.white, Color replyMicIconColor = Colors.white})

Properties

appBarColor Color?
finalinherited
appBarTitleTextStyle Color?
finalinherited
backArrowColor Color?
finalinherited
backgroundColor Color?
finalinherited
cameraIconColor Color?
finalinherited
chatHeaderColor Color?
finalinherited
closeIconColor Color?
finalinherited
elevation double?
finalinherited
flashingCircleBrightColor Color?
finalinherited
flashingCircleDarkColor Color?
finalinherited
galleryIconColor Color?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
inComingChatBubbleColor Color?
finalinherited
inComingChatBubbleTextColor Color?
finalinherited
incomingChatLinkBodyStyle TextStyle?
finalinherited
incomingChatLinkTitleStyle TextStyle?
finalinherited
linkPreviewIncomingChatColor Color?
finalinherited
linkPreviewIncomingTitleStyle TextStyle?
finalinherited
linkPreviewOutgoingChatColor Color?
finalinherited
linkPreviewOutgoingTitleStyle TextStyle?
finalinherited
messageReactionBackGroundColor Color?
finalinherited
messageReactionBorderColor Color?
finalinherited
messageTimeIconColor Color?
finalinherited
messageTimeTextColor Color?
finalinherited
outgoingChatBubbleColor Color?
finalinherited
outgoingChatLinkBodyStyle TextStyle?
finalinherited
outgoingChatLinkTitleStyle TextStyle?
finalinherited
reactionPopupColor Color?
finalinherited
reactionPopupTitleColor Color?
finalinherited
recordIconColor Color?
finalinherited
repliedMessageColor Color?
finalinherited
repliedTitleTextColor Color?
finalinherited
replyDialogColor Color?
finalinherited
replyMessageColor Color?
finalinherited
replyMicIconColor Color?
finalinherited
replyPopupButtonColor Color?
finalinherited
replyPopupColor Color?
finalinherited
replyPopupTopBorderColor Color?
finalinherited
replyTitleColor Color?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendButtonColor Color?
finalinherited
shareIconBackgroundColor Color?
finalinherited
shareIconColor Color?
finalinherited
stopIconColor Color?
finalinherited
swipeToReplyIconColor Color?
finalinherited
textFieldBackgroundColor Color?
finalinherited
textFieldTextColor Color?
finalinherited
themeIconColor Color?
finalinherited
verticalBarColor Color?
finalinherited
waveColor Color?
finalinherited
waveformBackgroundColor Color?
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