PaymentInProgress constructor
- {Key? key,
- required bool canGoBack,
- required VoidCallback onPressed}
Implementation
const PaymentInProgress({
Key? key,
required this.canGoBack,
required this.onPressed,
}) : super(key: key);
const PaymentInProgress({
Key? key,
required this.canGoBack,
required this.onPressed,
}) : super(key: key);