ResidentCountryView constructor
- Key? key,
- required bool isDialog,
- required VoidCallback onConfirm,
- VoidCallback? onPressClose,
Implementation
const ResidentCountryView({
super.key,
required this.isDialog,
required this.onConfirm,
this.onPressClose,
});