menu
flutterfire_ui package
documentation
auth.dart
PhoneInput
PhoneInput const constructor
PhoneInput const constructor
dark_mode
light_mode
PhoneInput
constructor
const
PhoneInput
(
{
Key
?
key
,
required
String
initialCountryCode
,
SubmitCallback?
onSubmit
,
})
Implementation
const PhoneInput({ Key? key, required this.initialCountryCode, this.onSubmit, }) : super(key: key);
flutterfire_ui package
documentation
auth
PhoneInput
PhoneInput const constructor
PhoneInput class