PaymentMobileScreen constructor

PaymentMobileScreen(
  1. dynamic headers,
  2. dynamic transaction_result,
  3. List mobile_means_of_paiements,
  4. double total_to_pay,
  5. double total_with_fees,
  6. double fees,
  7. double taux,
  8. dynamic selected_means_of_paiement,
  9. dynamic pageAction,
  10. String color,
)

Implementation

PaymentMobileScreen(
    this.headers,
    this.transaction_result,
    this.mobile_means_of_paiements,
    this.total_to_pay,
    this.total_with_fees,
    this.fees,
    this.taux,
    this.selected_means_of_paiement,
    this.pageAction,
    this.color);