Map<String, dynamic> toMap() { return { 'textColor': colorToHex(textColor), 'backgroundColor': colorToHex(backgroundColor), }; }