FXOtp constructor
const
FXOtp({
- Key? key,
- String testKey1 = '',
- String testKey2 = '',
- String testKey3 = '',
- String testKey4 = '',
- String testKey5 = '',
- String testKey6 = '',
- TextEditingController? textEditingController1,
- TextEditingController? textEditingController2,
- TextEditingController? textEditingController3,
- TextEditingController? textEditingController4,
- TextEditingController? textEditingController5,
- TextEditingController? textEditingController6,
- Color? borderColor,
Implementation
const FXOtp({
Key? key,
this.testKey1 = '',
this.testKey2 = '',
this.testKey3 = '',
this.testKey4 = '',
this.testKey5 = '',
this.testKey6 = '',
this.textEditingController1,
this.textEditingController2,
this.textEditingController3,
this.textEditingController4,
this.textEditingController5,
this.textEditingController6,
this.borderColor,
}) : super(key: key);