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