XPDFScreen<T extends XFDataItem> constructor

XPDFScreen<T extends XFDataItem>({
  1. Key? key,
  2. List<XpdfScreenItem>? liWidgetPDF,
  3. T? itemInEdit,
  4. Email email(
    1. T,
    2. List<File>
    )?,
  5. String? title,
  6. List<Widget>? appBar_liActionWidgets,
  7. bool btnChangePDF_Visible = true,
  8. bool sendEmailBTN_visible = true,
  9. String urlPDF = "",
  10. String? allegato_FileName,
  11. IconData? icon_SendEmail,
})

Implementation

XPDFScreen({
  Key? key,
  this.liWidgetPDF,
  this.itemInEdit,
  this.email,
  this.title,
  this.appBar_liActionWidgets,
  this.btnChangePDF_Visible = true,
  this.sendEmailBTN_visible = true,
  this.urlPDF = "",
  this.allegato_FileName,
  this.icon_SendEmail,
}) : super(key: key);