OTPView constructor
const
OTPView({})
Implementation
const OTPView({
super.key,
// required this.paddingSize,
required this.otpLength,
// required this.mainColor,
// required this.buttonTextColor,
required this.sms,
required this.token,
required this.phoneNumber,
required this.retry,
// required this.buttonRadius,
required this.style,
this.demoPhoneNumber,
this.demoOTP,
});