Map<String, dynamic> toJson() { return { 'borderRadius': borderRadius, 'borderWidth': borderWidth, 'shadow': shadow?.toJson(), }; }