CustomOtpView constructor
CustomOtpView({
- required TextEditingController otpController,
- required bool autoFocus,
- bool isFirst = false,
- bool isLast = false,
Implementation
CustomOtpView(
{required this.otpController,
required this.autoFocus,
this.isFirst = false,
this.isLast = false});