ShowPreview constructor

ShowPreview({
  1. bool? show,
  2. String? title,
  3. String? subtitle,
  4. String? confirmLabel,
  5. String? retryLabel,
})

Implementation

ShowPreview(
    {this.show,
    this.title,
    this.subtitle,
    this.confirmLabel,
    this.retryLabel});