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