PhoneInputTheme constructor

const PhoneInputTheme({
  1. EdgeInsetsGeometry? padding,
  2. BorderRadiusGeometry? borderRadius,
  3. BoxConstraints? popupConstraints,
  4. double? maxWidth,
  5. double? flagHeight,
  6. double? flagWidth,
  7. double? flagGap,
  8. double? countryGap,
  9. Shape? flagShape,
})

Theme data for PhoneInput.

Implementation

const PhoneInputTheme({
  this.padding,
  this.borderRadius,
  this.popupConstraints,
  this.maxWidth,
  this.flagHeight,
  this.flagWidth,
  this.flagGap,
  this.countryGap,
  this.flagShape,
});