FlutterFormInputPhone constructor
const
FlutterFormInputPhone(- {required FlutterFormInputController<PhoneNumber?> controller,
- required String validationMessage,
- Key? key,
- FocusNode? focusNode,
- Widget? label,
- InputDecoration? decoration,
- bool enabled = true,
- TextStyle? numberFieldStyle,
- String? validator(
- PhoneNumber?
)?,
- TextStyle? dialCodeSelectorStyle,
- EdgeInsets dialCodeSelectorPadding = const EdgeInsets.only(top: 6),
- TextAlignVertical textAlignVertical = TextAlignVertical.top}
)
Implementation
const FlutterFormInputPhone({
required super.controller,
required this.validationMessage,
super.key,
super.focusNode,
super.label,
this.decoration,
this.enabled = true,
this.numberFieldStyle,
this.validator,
this.dialCodeSelectorStyle,
this.dialCodeSelectorPadding = const EdgeInsets.only(top: 6),
this.textAlignVertical = TextAlignVertical.top,
});