PhoneInputWidget constructor
PhoneInputWidget({})
Implementation
PhoneInputWidget({
Key? key,
required this.keyName,
required this.isArabic,
this.labelText,
this.isRequired = true,
this.isEnabled = true,
this.fillColor,
this.hintText,
this.initialValue,
this.onChange,
}) : super(key: key);