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