RichComponent.card constructor
const
RichComponent.card({})
Card component with image, title, description, and actions
Implementation
const factory RichComponent.card({
required String id,
RichImage? image,
required String title,
String? subtitle,
String? description,
@JsonKey(fromJson: _metadataFromJson) Map<String, String>? metadata,
List<RichAction>? actions,
}) = CardComponent;