BioContainer constructor

BioContainer({
  1. Key? key,
  2. BioPayload? payload,
  3. bool? showCloseButton,
  4. BioThemeData? themeData,
  5. Widget? closeButton,
  6. Widget? bioCardMoreIcon,
  7. BootpayDefaultCallback? onCancel,
  8. BootpayDefaultCallback? onError,
  9. BootpayCloseCallback? onClose,
  10. BootpayDefaultCallback? onIssued,
  11. BootpayConfirmCallback? onConfirm,
  12. BootpayAsyncConfirmCallback? onConfirmAsync,
  13. BootpayDefaultCallback? onDone,
  14. int? easyType,
  15. bool? isEditMode,
})

Implementation

BioContainer({
    this.key,
    this.payload,
    this.showCloseButton,
    this.themeData,
    this.closeButton,
    this.bioCardMoreIcon,
    this.onCancel,
    this.onError,
    this.onClose,
    // this.onCloseHardware,
    this.onIssued,
    this.onConfirm,
    this.onConfirmAsync,
    this.onDone,
    this.easyType,
    this.isEditMode,
}) {
}