InputPhone constructor
const
InputPhone({
- Key? key,
- ValueChanged<
String> ? onChanged, - String? placeholder,
- bool disabled = false,
- String? initialPhone,
- FormFieldValidator<
String> ? validate,
Implementation
const InputPhone({
super.key,
this.onChanged,
this.placeholder,
this.disabled = false,
this.initialPhone,
this.validate,
});