mobileChatTheme property
Map<String, dynamic>
mobileChatTheme
getter/setter pair
Implementation
static Map<String, dynamic> mobileChatTheme = {
'bgColorTheme': '#808080',
'bgColorThemeOverlaid': '#808080',
'fontColor': 'white',
'textHeader': '',
'textDescription': '',
'isAnyEmpty': () =>
mobileChatTheme['bgColorTheme'] == '#808080' ||
mobileChatTheme['bgColorThemeOverlaid'] == '#808080' ||
mobileChatTheme['fontColor'] == 'white' ||
mobileChatTheme['textHeader'] == '' ||
mobileChatTheme['textDescription'] == ''
};