OTPCollectView constructor
const
OTPCollectView({})
Implementation
const OTPCollectView({
Key? key,
required this.otp,
required this.heading,
required this.resendOTPSMS,
required this.resendOTPWhatsapp,
}) : super(key: key);