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