Map<String, dynamic> toJson() { return { 'fontSize': fontSize, 'foregroundColor': foregroundColor?.value, }; }