Card constructor

Card({
  1. Map<String, Object?>? content,
  2. String? type,
})

Implementation

Card({this.content, this.type});