SwipeScreen constructor

const SwipeScreen(
  1. String choice,
  2. String volume,
  3. String amount,
  4. String amountCurrency,
  5. String volumeMeasure,
  6. String taxInCurrency,
  7. String productName,
  8. String unitPrice,
  9. String totalCost,
  10. String pumpCode,
  11. String pumpId,
  12. GetDongleResponse? getDongleResponse,
  13. double pumpingAmount, {
  14. Key? key,
})

Implementation

const SwipeScreen(
    this.choice,
    this.volume,
    this.amount,
    this.amountCurrency,
    this.volumeMeasure,
    this.taxInCurrency,
    this.productName,
    this.unitPrice,
    this.totalCost,
    this.pumpCode,
    this.pumpId,
    this.getDongleResponse,
    this.pumpingAmount,
    {super.key});