FxPhoneInputConfig constructor

const FxPhoneInputConfig({
  1. FxPhoneInputLayout layout = FxPhoneInputLayout.integrated,
  2. FxFieldOptions options = const FxFieldOptions(keyboardType: TextInputType.phone),
  3. FxFieldOptions countryOptions = const FxFieldOptions(),
  4. InputDecoration decoration = const InputDecoration(),
  5. FxOverlayType overlayType = FxOverlayType.dialog,
})

Implementation

const FxPhoneInputConfig({
  this.layout = FxPhoneInputLayout.integrated,
  this.options = const FxFieldOptions(keyboardType: TextInputType.phone),
  this.countryOptions = const FxFieldOptions(),
  this.decoration = const InputDecoration(),
  this.overlayType = FxOverlayType.dialog,
});