OTPBox constructor
const
OTPBox({
- Key? key,
- String testKey = '',
- bool autoFocus = false,
- TextEditingController? textEditingController,
- Color? borderColor,
Implementation
const OTPBox({
Key? key,
this.testKey = '',
this.autoFocus = false,
this.textEditingController,
this.borderColor,
}) : super(key: key);