PaymentPopup constructor
const
PaymentPopup({
- Key? key,
- required dynamic messag,
- required dynamic image,
- dynamic fromplace,
Implementation
const PaymentPopup(
{super.key, required this.messag, required this.image, this.fromplace});