DialogImage constructor

DialogImage({
  1. String? imageUri,
  2. String? accessibilityText,
})

The image response message.

Implementation

DialogImage({
  this.imageUri,
  this.accessibilityText,
});