CustomOtpView constructor

CustomOtpView({
  1. required TextEditingController otpController,
  2. required bool autoFocus,
  3. bool isFirst = false,
  4. bool isLast = false,
})

Implementation

CustomOtpView(
    {required this.otpController,
      required this.autoFocus,
      this.isFirst = false,
      this.isLast = false});