EmiLayout constructor
const
EmiLayout({
- Key? key,
- String? title,
- Options? emiOptions,
- String? amount,
- InstamojoRepository? repository,
- InstamojoPaymentStatusListener? listener,
Implementation
const EmiLayout(
{Key? key,
this.title,
this.emiOptions,
this.amount,
this.repository,
this.listener})
: super(key: key);