CustomPhoneForm constructor
const
CustomPhoneForm({})
Implementation
const CustomPhoneForm({
Key? key,
this.onTapIcon,
required this.hinttext,
required this.labeltext,
required this.iconData,
required this.onCountryChanged,
required this.valid,
required this.mycontroller,
}) : super(key: key);