SIQMessageCommonTheme constructor
SIQMessageCommonTheme({
- int? botTypingIndicatorStyle,
- String? messageSenderNameColor,
- String? outgoingBackgroundColor,
- String? outgoingTextColor,
- String? outgoingBorderColor,
- String? outgoingTimeTextColor,
- String? outgoingTimeIconColor,
- String? incomingBackgroundColor,
- String? incomingTextColor,
- String? incomingBorderColor,
- String? incomingTimeTextColor,
- String? incomingTimeIconColor,
- String? incomingTextTimeColor,
- String? outgoingTextTimeColor,
- String? messageStatusIconColor,
- SIQProgressButtonTheme? incomingProgressButton,
- SIQProgressButtonTheme? outgoingProgressButton,
- SIQReplyViewTheme? outgoingRepliedMessage,
- SIQReplyViewTheme? incomingRepliedMessage,
- String? incomingMessageEditedTagColor,
- String? outgoingMessageEditedTagColor,
- String? incomingMessageTimeStampColor,
- String? outgoingMessageTimeStampColor,
- String? incomingDeletedMessageColor,
- String? outgoingDeletedMessageColor,
- String? deletingMessageTitleColor,
- String? deliveryStatusIconColor,
- String? repliedMessageHighLightColor,
- String? incomingMessageReplyIconColor,
- String? outgoingMessageReplyIconColor,
- SIQLoadMoreViewTheme? loadMore,
Implementation
SIQMessageCommonTheme({
this.botTypingIndicatorStyle,
this.messageSenderNameColor,
this.outgoingBackgroundColor,
this.outgoingTextColor,
this.outgoingBorderColor,
this.outgoingTimeTextColor,
this.outgoingTimeIconColor,
this.incomingBackgroundColor,
this.incomingTextColor,
this.incomingBorderColor,
this.incomingTimeTextColor,
this.incomingTimeIconColor,
this.incomingTextTimeColor,
this.outgoingTextTimeColor,
this.messageStatusIconColor,
SIQProgressButtonTheme? incomingProgressButton,
SIQProgressButtonTheme? outgoingProgressButton,
SIQReplyViewTheme? outgoingRepliedMessage,
SIQReplyViewTheme? incomingRepliedMessage,
this.incomingMessageEditedTagColor,
this.outgoingMessageEditedTagColor,
this.incomingMessageTimeStampColor,
this.outgoingMessageTimeStampColor,
this.incomingDeletedMessageColor,
this.outgoingDeletedMessageColor,
this.deletingMessageTitleColor,
this.deliveryStatusIconColor,
this.repliedMessageHighLightColor,
this.incomingMessageReplyIconColor,
this.outgoingMessageReplyIconColor,
SIQLoadMoreViewTheme? loadMore,
}) : incomingProgressButton =
incomingProgressButton ?? SIQProgressButtonTheme(),
outgoingProgressButton =
outgoingProgressButton ?? SIQProgressButtonTheme(),
outgoingRepliedMessage = outgoingRepliedMessage ?? SIQReplyViewTheme(),
incomingRepliedMessage = incomingRepliedMessage ?? SIQReplyViewTheme(),
loadMore = loadMore ?? SIQLoadMoreViewTheme();