DialogCard constructor

DialogCard({
  1. String? title,
  2. String? subtitle,
  3. String? imageUri,
  4. List<CardButton>? buttons,
})

The card response message.

Implementation

DialogCard({
  this.title,
  this.subtitle,
  this.imageUri,
  this.buttons,
});