toJson method
dynamic
toJson()
Implementation
toJson() => <String, dynamic>{
'primaryColor': primaryColor,
'secondaryColor': secondaryColor,
'infoColor': infoColor,
'weakBackgroundColor': weakBackgroundColor,
'wideBackgroundColor': wideBackgroundColor,
'weakDividerColor': weakDividerColor,
'weakTextColor': weakTextColor,
'darkTextColor': darkTextColor,
'lightPrimaryColor': lightPrimaryColor,
'textColor': textColor,
'cautionColor': cautionColor,
'ownerColor': ownerColor,
'adminColor': adminColor,
'white': white,
'black': black,
'inputFillColor': inputFillColor,
'textgrey': textgrey,
"selectPanelBgColor": selectPanelBgColor,
"selectPanelTextIconColor": selectPanelTextIconColor,
"appbarBgColor": appbarBgColor,
"appbarTextColor": appbarTextColor,
/// 会话列表背景颜色
"conversationItemBgColor": conversationItemBgColor,
/// 会话列表边框颜色
"conversationItemBorderColor": conversationItemBorderColor,
/// 会话列表选中背景颜色
"conversationItemActiveBgColor": conversationItemActiveBgColor,
/// 会话列表置顶背景颜色
"conversationItemPinedBgColor": conversationItemPinedBgColor,
/// 会话列表Title字体颜色
"conversationItemTitleTextColor": conversationItemTitleTextColor,
/// 会话列表LastMessage字体颜色
"conversationItemLastMessageTextColor":
conversationItemLastMessageTextColor,
/// 会话列表Time字体颜色
"conversationItemTitmeTextColor": conversationItemTitmeTextColor,
/// 会话列表用户在线状态背景色
"conversationItemOnlineStatusBgColor":
conversationItemOnlineStatusBgColor,
/// 会话列表用户离线状态背景色
"conversationItemOfflineStatusBgColor":
conversationItemOfflineStatusBgColor,
/// 会话列表未读数背景颜色
"conversationItemUnreadCountBgColor":
conversationItemUnreadCountBgColor,
/// 会话列表未读数字体颜色
"conversationItemUnreadCountTextColor":
conversationItemUnreadCountTextColor,
/// 会话列表草稿字体颜色
"conversationItemDraftTextColor": conversationItemDraftTextColor,
/// 会话列表收到消息不提醒Icon颜色
"conversationItemNoNotificationIconColor":
conversationItemNoNotificationIconColor,
/// 会话列表侧滑按钮字体颜色
"conversationItemSliderTextColor": conversationItemSliderTextColor,
/// 会话列表侧滑按钮Clear背景颜色
"conversationItemSliderClearBgColor":
conversationItemSliderClearBgColor,
/// 会话列表侧滑按钮Pin背景颜色
"conversationItemSliderPinBgColor": conversationItemSliderPinBgColor,
/// 会话列表侧滑按钮Delete背景颜色
"conversationItemSliderDeleteBgColor":
conversationItemSliderDeleteBgColor,
/// 会话列表侧滑按钮Delete背景颜色
"conversationItemChooseBgColor": conversationItemChooseBgColor,
/// 聊天页背景颜色
"chatBgColor": chatBgColor,
/// 桌面端消息输入框背景颜色
"desktopChatMessageInputBgColor": desktopChatMessageInputBgColor,
/// 聊天页背景颜色
"chatTimeDividerTextColor": chatTimeDividerTextColor,
/// 聊天页导航栏背景颜色
"chatHeaderBgColor": chatHeaderBgColor,
/// 聊天页导航栏Title字体颜色
"chatHeaderTitleTextColor": chatHeaderTitleTextColor,
/// 聊天页导航栏Back字体颜色
"chatHeaderBackTextColor": chatHeaderBackTextColor,
/// 聊天页导航栏Action字体颜色
"chatHeaderActionTextColor": chatHeaderActionTextColor,
/// 聊天页历史消息列表字体颜色
"chatMessageItemTextColor": chatMessageItemTextColor,
/// 聊天页历史消息列表来自自己时背景颜色
"chatMessageItemFromSelfBgColor": chatMessageItemFromSelfBgColor,
/// 聊天页历史消息列表来自非自己时背景颜色
"chatMessageItemFromOthersBgColor": chatMessageItemFromOthersBgColor,
/// 聊天页历史消息列表已读状态字体颜色
"chatMessageItemUnreadStatusTextColor":
chatMessageItemUnreadStatusTextColor,
/// 聊天页历史消息列表小舌头背景颜色
"chatMessageTongueBgColor": chatMessageTongueBgColor,
/// 聊天页历史消息列表小舌头字体颜色
"chatMessageTongueTextColor": chatMessageTongueTextColor,
};