@override Map<String, dynamic> toJson() { return { ...super.toJson(), 'color': color.toHex(), 'alpha': alpha, 'borderWidth': borderWidth, }; }