BioContainer constructor
BioContainer({
- Key? key,
- BioPayload? payload,
- bool? showCloseButton,
- BioThemeData? themeData,
- Widget? closeButton,
- Widget? bioCardMoreIcon,
- BootpayDefaultCallback? onCancel,
- BootpayDefaultCallback? onError,
- BootpayCloseCallback? onClose,
- BootpayDefaultCallback? onIssued,
- BootpayConfirmCallback? onConfirm,
- BootpayAsyncConfirmCallback? onConfirmAsync,
- BootpayDefaultCallback? onDone,
- int? easyType,
- 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,
}) {
}