CloudPosProgressView constructor

const CloudPosProgressView({
  1. Key? key,
  2. required CloudPosTransaction transaction,
  3. VoidCallback? onRetry,
  4. VoidCallback? onSwitchTerminal,
  5. VoidCallback? onAbandon,
  6. VoidCallback? onDone,
  7. VoidCallback? onGoBack,
})

Implementation

const CloudPosProgressView({
  super.key,
  required this.transaction,
  this.onRetry,
  this.onSwitchTerminal,
  this.onAbandon,
  this.onDone,
  this.onGoBack,
});