FlutterFormInputPhone constructor
const
FlutterFormInputPhone({ - Key? key,
- Widget? label,
- InputDecoration? decoration,
- PhoneNumber? initialValue,
- dynamic onChanged(
- PhoneNumber?
)?,
- dynamic onSaved(
- PhoneNumber?
)?,
- String? validator(
- PhoneNumber?
)?,
- dynamic onFieldSubmitted(
- PhoneNumber?
)?,
- TextStyle? numberFieldStyle,
- TextStyle? dialCodeSelectorStyle,
- bool enabled = true,
- List<String>? priorityCountries = const ['NL', 'BE', 'LU'],
- TextAlignVertical textAlignVertical = TextAlignVertical.top,
- EdgeInsets dialCodeSelectorPadding = const EdgeInsets.only(top: 6),
})
Implementation
const FlutterFormInputPhone({
super.key,
this.label,
this.decoration,
this.initialValue,
this.onChanged,
this.onSaved,
this.validator,
this.onFieldSubmitted,
this.numberFieldStyle,
this.dialCodeSelectorStyle,
this.enabled = true,
this.priorityCountries = const ['NL', 'BE', 'LU'],
this.textAlignVertical = TextAlignVertical.top,
this.dialCodeSelectorPadding = const EdgeInsets.only(top: 6),
});