SaleByCardScreen constructor
const
SaleByCardScreen({
- Key? key,
- String? transactionId,
- required Locale locale,
- required OnPayCallback onPay,
- EventCallback? log,
Implementation
const SaleByCardScreen({
Key? key,
this.transactionId,
required this.locale,
required this.onPay,
this.log,
}) : super(key: key);