CryptoPaymentDialog constructor
const
CryptoPaymentDialog({ - Key? key,
- required bool isDialog,
- required String cryptoPrice,
- required String usdPrice,
- required String currency,
- required String wallet,
- required String icon,
- String? network,
- required String type,
- required String amountType,
- void onTap()?,
- void onChangeMethod()?,
- required int timeLimit,
})
Implementation
const CryptoPaymentDialog({
super.key,
required this.isDialog,
required this.cryptoPrice,
required this.usdPrice,
required this.currency,
required this.wallet,
required this.icon,
this.network,
required this.type,
required this.amountType,
this.onTap,
this.onChangeMethod,
required this.timeLimit,
});