OTPScreen constructor
const
OTPScreen({
- Key? key,
- required HubbleScreenState state,
Implementation
const OTPScreen({
super.key,
required this.state,
});
const OTPScreen({
super.key,
required this.state,
});