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