toMap method
Implementation
Map<String, dynamic> toMap() {
return {
'backgroundColor': colorToHex(backgroundColor),
'titleColor': colorToHex(titleColor),
'textViewColor': colorToHex(textViewColor),
'textViewBackgroundColor': colorToHex(textViewBackgroundColor),
'sendTitleColor': colorToHex(sendTitleColor),
'sendBackgroundColor': colorToHex(sendBackgroundColor),
'cancelTitleColor': colorToHex(cancelTitleColor),
};
}