EmiLayout constructor

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

Implementation

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