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