menu
at_invitation_flutter package
documentation
widgets/otp_dialog.dart
OTPDialog
OTPDialog const constructor
OTPDialog const constructor
dark_mode
light_mode
OTPDialog
constructor
const
OTPDialog
(
{
Key
?
key
,
String
?
uniqueID
,
String
?
passcode
,
String
?
webPageLink
,
})
Implementation
const OTPDialog({Key? key, this.uniqueID, this.passcode, this.webPageLink}) : super(key: key);
at_invitation_flutter package
documentation
widgets/otp_dialog
OTPDialog
OTPDialog const constructor
OTPDialog class