ApzPhoneInputWithDropdown constructor

const ApzPhoneInputWithDropdown({
  1. Key? key,
  2. void onChanged(
    1. String
    )?,
  3. String? initialPhoneCode,
  4. String? label,
  5. String? hintText,
  6. String? initialValue,
  7. bool isMandatory = false,
})

Implementation

const ApzPhoneInputWithDropdown({
  super.key,
  this.onChanged,
  this.initialPhoneCode,
  this.label,
  this.hintText,
  this.initialValue,
  this.isMandatory = false
});