CloudPosProgressView constructor
const
CloudPosProgressView({
- Key? key,
- required CloudPosTransaction transaction,
- VoidCallback? onRetry,
- VoidCallback? onSwitchTerminal,
- VoidCallback? onAbandon,
- VoidCallback? onDone,
- VoidCallback? onGoBack,
Implementation
const CloudPosProgressView({
super.key,
required this.transaction,
this.onRetry,
this.onSwitchTerminal,
this.onAbandon,
this.onDone,
this.onGoBack,
});