PhoneInputTheme constructor
const
PhoneInputTheme({
- EdgeInsetsGeometry? padding,
- BorderRadiusGeometry? borderRadius,
- BoxConstraints? popupConstraints,
- double? maxWidth,
- double? flagHeight,
- double? flagWidth,
- double? flagGap,
- double? countryGap,
- 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,
});