PhoneNumber constructor

PhoneNumber({
  1. String? defaultNumber,
  2. double? fontSize,
  3. double? countryPickerWidth,
  4. double? countryPickerHeight,
  5. double? countryCodeInputWidth,
  6. double? countryCodeInputHeight,
  7. double? phoneNumberInputHeight,
  8. double? phoneNumberInputWidth,
})

Implementation

PhoneNumber({
  this.defaultNumber,
  this.fontSize,
  this.countryPickerWidth,
  this.countryPickerHeight,
  this.countryCodeInputWidth,
  this.countryCodeInputHeight,
  this.phoneNumberInputHeight,
  this.phoneNumberInputWidth,
});