CardLayout constructor

const CardLayout({
  1. Key? key,
  2. String? title,
  3. Options? cardOptions,
  4. String? amount,
  5. InstamojoRepository? repository,
  6. InstamojoPaymentStatusListener? listener,
  7. EmiOptions? emiOptions,
})

Implementation

const CardLayout(
    {Key? key,
    this.title,
    this.cardOptions,
    this.amount,
    this.repository,
    this.listener,
    this.emiOptions})
    : super(key: key);