const CustomOptBox({ Key? key, required this.size, required this.otpList, required this.onOtpFilled, }) : super(key: key);