LoadingTransactionView constructor
const
LoadingTransactionView({
- Key? key,
- required PaymentInfo paymentInfo,
- required String message,
Implementation
const LoadingTransactionView({
Key? key,
required this.paymentInfo,
required this.message,
}) : super(key: key);