FxPhoneInputConfig constructor
const
FxPhoneInputConfig({
- FxPhoneInputLayout layout = FxPhoneInputLayout.integrated,
- FxFieldOptions options = const FxFieldOptions(keyboardType: TextInputType.phone),
- FxFieldOptions countryOptions = const FxFieldOptions(),
- InputDecoration decoration = const InputDecoration(),
- 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,
});