PaymentMethodSelector constructor
const
PaymentMethodSelector({
- Key? key,
- required PaymentMethodType? selectedMethod,
- required ValueChanged<
PaymentMethodType> onChanged, - bool showPix = true,
- bool showCard = false,
Implementation
const PaymentMethodSelector({
super.key,
required this.selectedMethod,
required this.onChanged,
this.showPix = true,
this.showCard = false,
});